This guide is for developers who need to quickly integrate the designed journeys into the backend via GBG APIs
client_id
: Your unique API client identifier.client_secret
: Your secret key for API authentication.username
: Your API username.password
: Your API password.grant_type
: Type in password (this is fixed and does not change).access_token
value securely. Do not share them in emails, chat messages, client-side code or publicly accessible sites.(/journey/start)
endpoint like this:
instanceId
that represents your active journey. The instance ID looks like this:
@latest
with your specific journey version. For example: "resourceId": "8c24f3a5b76d09e182c397fd45c91ae3f8b530d7a19e64c2bd93f5a76c48e09f@3x5wz848"
.You should note that using @latest
may cause a small delay in processing.instanceId
that represents your active journey. The instance ID looks like this:
async
pre-fill mode (optional)"async": true
in the config object within your request context, as shown below: