🚀 Digital ID portal is now live! Check out the overview to get started.
🚀 Digital ID portal is now live! Check out the overview to get started.
Fetch the schema for a specific task to see the required fields and expected data structure. This schema defines the format of data required to complete the task.
curl --request POST \
--url https://eu.platform.go.gbgplc.com/captain/api/journey/task/schema \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"taskId": "TkoviRO58Q8R7qPnAkLAqBAT"
}
'{
"$schema": "<string>",
"type": "<string>",
"properties": {},
"required": [
"<string>"
]
}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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the task assigned to the customer.
"TkoviRO58Q8R7qPnAkLAqBAT"
Schema retrieved successfully.
Was this page helpful?
curl --request POST \
--url https://eu.platform.go.gbgplc.com/captain/api/journey/task/schema \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"taskId": "TkoviRO58Q8R7qPnAkLAqBAT"
}
'{
"$schema": "<string>",
"type": "<string>",
"properties": {},
"required": [
"<string>"
]
}