Generate access token
Generate an OAuth2 access token by exchanging your GBG GO API client credentials, required for all subsequent API calls.
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 in GBG GO to create a trackable journey instance for an end user.
Next
Generate access token