Skip to main content
POST
/
v2
/
tasks
/
{task_id}
/
session
Create A Task Resolution Session
curl --request POST \
  --url https://api.example.com/v2/tasks/{task_id}/session \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "callback_url": "<string>"
}
'
{
  "url": "<string>",
  "created_at": "<string>",
  "expires_at": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

task_id
string
required

Body

application/json
callback_url
string
required

Response

Successful Response

url
string
required
created_at
string
required
expires_at
string
required