Skip to main content

Overview

You've already created an API key. Now you're ready to test Sona's APIs and confirm your access is working correctly.

For this guide, we'll cover testing directly in the Sona API documentation, but the same principles can be applied to your preferred testing methods.

Test Sona APIs in Documentation

To test APIs directly in this documentation, follow these steps:

Step 1: Navigate to an Endpoint

Go to an endpoint in the reference docs such as Profile360 or Account360.

Step 2: Enter Your API Key

Enter your API key here.

Step 3: Choose Programming Language

Select your preferred programming language from the available options.

Step 4: Enter Parameter Values

Provide values for the required parameters:

As you enter values, the API request will update live in the code panel.

Step 5: Execute the API Call

Click "Try it out" to run your API request.

Try it out

The response from the API appears directly in the Response section of the docs. A successful request generates a response with "status": "success" and a 200 status code.

Try it out