Generate access token
Get an access token to authenticate API requests. If you’re unfamiliar with the authentication process, check out the authentication guide for more details.
POST
Generate access token
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/x-www-form-urlencoded
The client ID assigned to your organization.
The client secret assigned to your organization.
The username for API authentication.
The password for API authentication.
Must always be set to 'password'.
Available options:
password Previous
Start journeyStart a customer verification journey using a journey ID. You can also prefill customer data. For more details, see the [start journey guide](/docs/developer-integration/execute-customer-journeys/start-a-journey-step).
Next
Generate access token