Ayla API Reference provides an interactive platform to help you learn about the Ayla APIs and to test them with your own parameters and see the responses.
To make an API request, you will have to pass a valid access token and appropriate parameters if required.
Passing access token
Under the AUTHENTICATION section, in the Header box, enter the access token (auth_token).
Passing parameters
You can easily specify various parameters (path parameters, query parameters, or body parameters) in the fields provided next to the parameter names as depicted in the following images:
An alternative approach to pass the body parameters is to enter the request body in JSON format as shown in the following image. This option is provided to APIs with nested body parameters for better comprehension.
Submitting an API call
After you have entered the access token and required parameters, click on the Try It! button to submit an API call.
Note:
- This API Reference uses Ayla Developer Environment to run the APIs. If you want to try the example APIs in your own environments, please change the base URLs accordingly.
- After entering the access token and required parameters, you can copy the curl request by clicking the following icon.