v1
latestOpenAPI 3.0.22026-07-13353262.1 KBAuthentication
Get a JWT from your API credentials
This is the first function you should call.
If you are accessing our API through a third party provider they will handle authenticating to our API for you and you will not need call this function or retrieve a JSON Web Token.
All other functions require the JSON Web Token (JWT) from this function to be incuded in their arguments. The value of the "token" field is the actual JWT and any other values in the returned JSON are metadata there for your convenience. Tokens are valid for a default of 1 hour (3600 seconds). If you try calling an API endpoint with a missing, invalid, or expired JWT it will return a HTTP 403 code. You would then need to call this end point to get a new token.
get/getToken
Query parameters
apiIDstring required
apiKeystring required
Response
Successful Response