Make a test call

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.

  1. 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.
  2. Enter your token in the Auth-Token field.
  3. In the Request body section you can either use it as is or update the request body with your desired address values.
  4. Click the Execute button to send the request to the API.
  5. View the response returned by the API under Responses > Server response.