Before you can use the GBG GO API, you must authenticate your request. This involves exchanging your credentials for an access token, which must be included in every API call.Documentation Index
Fetch the complete documentation index at: https://docs.go.gbgplc.com/llms.txt
Use this file to discover all available pages before exploring further.
What you need
Before requesting an access token, make sure you have the following API credentials:- Client ID – Identifies your organization.
- Client secret – A secure key linked to your Client ID.
- Username – The API username provided for your account.
- Password – A temporary password set during account creation (must be changed before use).
You receive these credentials from your GBG account manager.
Reset your password before first use
When your credentials are first issued, your password is temporary. You must reset it before authenticating. Contact your account manager to help with this process.Request an access token
To get your access token, send aPOST request to the endpoint.
You can send a request like this:
BASH
JSON