Skip to content

API Reference - Cloud

This section contains SDK Reference documents for all cloud versions. You may access each of them from the list below:

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
Back to top