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
Retrieve task schema
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
201 - application/json
Schema retrieved successfully.
Previous
Submit task dataSend data to complete a task in a customer’s journey. See the [submit data guide](/docs/developer-integration/execute-customer-journeys/submit-task-data-step) for details.
Next
Retrieve task schema