The API v2 Reference provides the technical specification for every API endpoint.
For each endpoint, the reference documentation includes:
-
The endpoint URL and HTTP method.
-
The purpose of the endpoint.
-
Authentication requirements.
-
Request body and query parameters.
-
Response schema.
-
Example requests and responses.
-
Possible error responses.
The reference documentation is organised by resource, making it easy to locate the endpoints relevant to your integration.
Access the API Reference
To view the API v2 Reference:
-
From the Utilities menu, go to Apps.
-
Locate the Equator API app and click View.
-
Open the Version 2 tab.
-
In the API v2 Usage section, click API v2 Docs.
Trying Endpoints
The API Reference allows you to execute requests directly from the documentation.
To test an endpoint:
-
Open the endpoint you want to test.
-
Click Try It.
-
Enter the required request details.
-
Provide a valid API token when prompted for authentication.
-
Execute the request to view the response.
This provides a convenient way to explore and validate API behaviour without leaving the documentation.