For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tasks

Returns task statuses by Id.

get

Returns task statuses by Id.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
taskIdstringRequired

Task Id

Example: 9db028d2-03ad-4d49-a178-cf4b67f8c147
Responses
get
/tasks/{taskId}

Returns task status of user onboarding by Id without authentication.

get

Returns task status of user onboarding by Id. No Bearer token required.

Path parameters
taskIdstringRequired

Task Id returned by the initiating endpoint

Example: 9db028d2-03ad-4d49-a178-cf4b67f8c147
Responses
get
/tasks/onboard/{taskId}

Last updated