/
Error messages
Error messages
Error message: Invalid or empty access token.
{
"errors": [
{
"message": "Invalid or empty access token.",
"category": "authError"
}
]
}
Solution
Missing access token: Make sure the authorization token has been inserted in the header in the correct format.
Error message: Access token expired.
{
"errors": [
{
"message": "Access token expired.",
"category": "expired"
}
]
}
Solution
Expired access token: In the API section in the system, make sure that the token is valid. For an OAuth2 token, request a token refresh.
Error message: Request to an unknown or unavailable platform.
{
"errors":[
{
"message":"Request to an unknown or unavailable platform.",
"category":"client"
}
]
}
Solution
Invalid access token: Make sure the authorization token has been inserted in the header in the correct format. The token is inserted in the header but is not valid.
Related articles
Related content
API limitations
API limitations
Read with this
Obtaining camera parameters
Obtaining camera parameters
More like this
Remote camera access and VAPIX camera interface
Remote camera access and VAPIX camera interface
Read with this
How to use Survilla Cloud API
How to use Survilla Cloud API
More like this
Synergy with CamStreamer Apps
Synergy with CamStreamer Apps
Read with this
How to pairing elements using an External ID
How to pairing elements using an External ID
More like this