Skip to main content

Authentication

Learn how to authenticate your APIs.

Robomotion API requests require a valid API token. This token can be generated by logging in to Admin Console and clicking the API link from the left navigation bar.

The bearer token must be added to the header of every API request.

Authorization: Bearer <token>

The HTTP Authorization request header contains the credentials to authenticate an api client application to the Robomotion API service. If the credentials are not valid service returns 401 Unauthorized status.

danger

Make sure to keep your API tokens secure and do not store them anywhere publicly accessible. If you suspect a token has been compromised revoke the token from Admin Console and create a new one.