Authentication

Almost all requests to the API must be authenticated with an API key. You can create an API key in your Settings page after creating a Criptan account.

Authenticated API requests should be made with a x-api-key header. Your secret API key should be passed as the value.

If authentication fails, a JSON object with an error message will be returned as a response along with HTTP status 401.

tip

Unless otherwise noted, all request needs to be authenticated.