Tasks
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
taskIdstringRequiredExample:
Task Id
9db028d2-03ad-4d49-a178-cf4b67f8c147Responses
200
Successful operation.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
get
/tasks/{taskId}Path parameters
taskIdstringRequiredExample:
Task Id returned by the initiating endpoint
9db028d2-03ad-4d49-a178-cf4b67f8c147Responses
200
Successful operation.
application/json
401
Task exists but is not an onboarding task.
application/json
500
Internal server error.
application/json
get
/tasks/onboard/{taskId}Last updated