Skip to main content
POST
Authenticate

What it does

Exchanges your registered credentials for an access token. This token must be sent in the Authorization header on every subsequent API call.

Request Body

string
required
Your organization’s 15-digit VAT registration number
string
required
API username assigned to your account
string
required
API secret/password assigned to your account

Example Request

Example Response

Using the Token

Include the returned token on every following request:

Errors