API Reference - Cloud¶
This section contains SDK Reference documents for all cloud versions. You may access each of them from the list below:
- Pointr Cloud API Reference - v8.14
- Pointr Cloud API Reference - v8.13
- Pointr Cloud API Reference - v8.11-v8.12
- Pointr Cloud API Reference - v8.0-v8.10
Where can I find my Pointr Cloud API Version ?¶
To determine which version of the Pointr Cloud API you are currently using, simply copy and paste your API URL into a web browser. This action will return a JSON object containing information about your Pointr Cloud instance. Check the ‘Version’ field within this JSON object to identify your API version.
Example JSON response:
{
"Message": "Pointr Cloud is Alive",
"Version": "8.9.1",
"SwaggerURL": "https://docs.pointr.tech/docs/reference/cloud/v8.x/index.html"
}
Note
If you are unsure about your API URL, kindly reach out to your assigned Technical Project Manager from the Pointr team to obtain this information.
Last update: September 10, 2024