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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.mosey.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Query Parameters

legal_entity_public_id
string | null
user_or_platform_public_id
string | null
platform_public_id
string | null

Body

application/json
callback_url
string
required

Response

Successful Response

url
string
required
created_at
string
required
expires_at
string
required