Skip to main content
POST
Login For Access Token Form
Exchange your API credentials for a bearer token granting time-bound access to your organisation’s resources.
This token is valid for 1 hour. Once it expires you’ll need to request a new one. For longer-lived, site-scoped access for end users, see the Component token.

Body

application/x-www-form-urlencoded
username
string
required
password
string
required
grant_type
string
default:password
Pattern: ^password$

Response

Successfully authenticated with access token

Organisation scoped token.

access_token
string
required
token_type
string
required