GBG Go endpoints, making a request and receiving a response
The GBG GO API provides a set of RESTful endpoints for managing customer verification and authentication journeys. Use this API to initiate verification processes, retrieve tasks, submit customer data, and track journey progress.
You must authenticate API requests using a Bearer token. Obtain a token by sending your client credentials to the authentication endpoint. Include the token in the Authorization header of every request.For details on authentication, see the Authentication reference.
The API returns standard HTTP status codes to indicate success or failure. If a request fails, the response includes an error code and description to help you troubleshoot the issue.For more information, see how to handle errors.