Testing API References
This guide covers how to easily test the RESTful Programmable Wallets API endpoints using Circle’s reference pages. It shows you how to test the POST /users
endpoint, but you can use your API Key to test all of the Programmable Wallets RESTful API endpoints within the reference pages.
Note: the following requests are to Circle’s Testnet (Sandbox) environment.
- Create a Circle Developer account and create a Web3 Services API Key if you have not done so already.
- In the
POST /users
reference page, enter${YOUR_API_KEY}
in the Authentication Header, replacing${YOUR_API_KEY}
with your actual API key, which you created in Step 1.
- Enter the required Request Parameters. For
POST /users
, you must enter auserId
. Enter a unique UUID (or use the sample UUID provided) for theuserId
. - Click Try It!.
- You should receive a successful response as shown below. Note: if you have previously used your specified UUID to create a user, you will receive a 409 error status.
Updated about 1 month ago
What’s Next
Ready to build? Continue the User-Controlled Wallets Quickstart!