How the API works
The GBG GO API is designed to let you:- Start a customer journey: Initiate a verification process for a user.
- Retrieve assigned tasks: Fetch actions required to complete verification.
- Submit customer data: Provide necessary details like identity, documents, or biometrics.
- Monitor journey progress: Track whether a journey is in progress or completed.
For an overview of key concepts such as customer journeys, tasks, and schemas,
see Key concepts.
Integration steps
To integrate the GBG GO API into your system, follow these steps:- Authenticate API requests: Generate a Bearer token to authorize API calls. See Authentication.
- Start a customer journey: Trigger a verification journey. See Start journey.
- Retrieve and complete tasks: Fetch required actions and submit user data. See Retrieve tasks.
- Track journey progress: Check if the journey is in progress or completed. See Fetch journey state.
To identify and resolve common issues. See Handle
errors.
Why use the GBG GO API?
The API allows you to automate customer verification, reducing manual reviews and enhancing user experience. Benefits include:- Customizable workflows: Execute verification processes tailored to your business.
- Real-time updates: Fetch tasks and submit data dynamically.
- Consistent tracking: Monitor customer journeys at any stage.
For detailed API requests, refer to the API
Reference.