Skip to main content
POST
Submit task data

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
intent
string
required

The intent of the request.

Example:

"Complete"

instanceId
string
required

Unique identifier for the active journey instance.

Example:

"PiIbYsgiHp4R8JPz2vU5Y9l4"

taskId
string
required

Unique identifier for the task being updated.

Example:

"Tkob6dMMHp4R8JPz2vU5Y9l4"

context
object

The data required to complete the task.

Response

201 - application/json

Task data submitted successfully.

instanceId
string

Unique identifier for the active journey instance.

taskId
string

Unique identifier for the task.