Submit task data
deprecated
Submit customer identity data, documents, and verification inputs to a GBG GO journey task. Deprecated.
POST
Submit task data
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The intent of the request.
Example:
"Complete"
Unique identifier for the active journey instance.
Example:
"PiIbYsgiHp4R8JPz2vU5Y9l4"
Unique identifier for the task being updated.
Example:
"Tkob6dMMHp4R8JPz2vU5Y9l4"
The data required to complete the task.
Previous
Fetch journey stateFetch the current state of a GBG GO journey instance to track progress, outcomes, and completion status.
Next
Submit task data