Authorization

This endpoint requires an API token to be provided in the Authorization header of the request. The token should be provided using the Bearer scheme, like this:

Code

For example, if the API token is 'my-api-token', the client would send the following header:

Code

If a valid API token is not provided in the request, the endpoint will return a 401 error with the following response body:

Code

You can get your API token from the Account\Tokens