Customer Journey
Retrieve task schema
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.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier for the task assigned to the customer.
Example:
"TkoviRO58Q8R7qPnAkLAqBAT"
Response
200
application/json
Schema retrieved successfully.
The JSON Schema version of the schema.
The type of the schema.
An object containing the properties of the schema.
An array of the required properties of the schema.