Authentication
Authentication
Authenticate using username and password submitted via form data.
This endpoint is compatible with standard OAuth2 clients that use form-based authentication. Returns an access token upon successful authentication.
The returned token is valid for 1 hour, after which a new token must be requested.
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.
Previous
Component tokenAuthenticate on behalf of an end user by supplying their external user ID.
This endpoint is used by authenticated API clients to create a user-scoped access token for a specific end user (referenced by their external ID) in the API client's organisation. If no such end user exists, one will be created on demand.
Returns a bearer access token scoped to this end user upon success.
This token is site-scoped and valid for 24 hours, longer-lived than the standard organisation token (1 hour) as it is intended for end-user sessions.
Next
Login For Access Token Form

