Skip to main content

/v1/data/integration/test

GET /v1/data/integration/test​

Summary​

This is an integration test API. It can be used for testing purposes. If you have this API working it should be easy to use the others aswell.

Request Headers​

HeaderValue
AuthorizationBearer API_TOKEN

Responses​

200: Successful Response​

The successful response returns JSON with the following structure:

{
"data": [{}],
"total_records": 0,
"message": "string",
"status": "string"
}