Skip to content

Authentication

The Vaxtor API uses Oauth2.0 to authenticate requests. You can view and manage your applications in your credentials dashboard.

Applications are comprised of a client-id and a client-secret which grant access to Vaxtor resources. Be sure to keep them secure.

WARNING

Do not share your secrets in publicly accessible areas such as GitHub or client-side code.

WARNING

If you suspect you client-id or client-secret have been compromised, rotate them in the credentials dashboard.

API requests without authentication will fail with a 401 unauthorized HTTP error code.

Take a look at our code samples for details on how to get an access token and use it to contact Vaxtor API.

Vaxtor Technologies