Authentication

Bearer token (http)

JSON Web Token obtained from the Authentication API (POST /v1/login). Pass the token as Authorization: Bearer <token> in every request. Tokens expire after the number of seconds specified in the expiresIn field of the login response.