API Test Page

While you are implementing the API, you might want to test single API calls before fully implementing your code. You can do this using the API Test page. Note that this feature offers access to your live account data so proceed with caution.

Visit the API Test page, select Settings from the top menu bar. API Test Page is the first option in the menu. 

Note: Use your own test domain in place of example.com.

  1. Select a Method – GET, POST, or DELETE. Note: A POST or DELETE call can make changes to your account data, send messages, or perform other user-facing actions, so please proceed with caution.
  2. Change the Action to the API endpoint you wish to use.
  3. Write or paste the call code in JSON, then click Submit.

For example, you can try this call to get data on a user, specifying some optional fields to return:

api test page screenshot


You could alternatively switch the method to POST and create a test user, then perform a User Lookup to see the data posted on that user’s profile, or try any other endpoint/call documented in the  API.

Contact us

Top