Customer Journey
Retrieve tasks with their schema
Fetch all currently active tasks along with their corresponding JSON schema. This allows you to see the expected input fields for each task in a single API call.
POST
Retrieve tasks with their schema
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
201 - application/json
Successfully retrieved tasks and schemas.
The response is of type object
.
Retrieve tasks with their schema