There are many ways to make API requests. This section covers two ways you can send a test request to the API.
Follow the instructions below to send requests to the API from this page.
Go to our API specification page and click the POST /identity/append/v1 block and then the Try it out button in the upper-right corner.
Enter your token in the Auth-Token field.
In the Request body section you can either use it as is or update the request body with your desired address values.
Click the Execute button to send the request to the API.
View the response returned by the API under Responses > Server response.
The information under Responses > Responses are examples only. Your request was successful if the API returned 200 - Success. Check out the possible response status codes to find out more.