Skip to main content
POST
/
api
/
v1
/
pa
/
chat
/
link
Link Channel Account
curl --request POST \
  --url https://api.example.com/api/v1/pa/chat/link \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "platform": "<string>",
  "platform_user_id": "<string>",
  "display_name": "<string>",
  "team_id": "<string>"
}
'
{
  "id": "<string>",
  "platform": "<string>",
  "platform_user_id": "<string>",
  "platform_display_name": "<string>",
  "platform_team_id": "<string>",
  "verified": true,
  "linked_at": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

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

Authorizations

Authorization
string
header
required

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

Body

application/json
platform
string
required
Pattern: ^(slack|telegram|discord|teams)$
platform_user_id
string
required
Required string length: 1 - 255
display_name
string | null
team_id
string | null

Response

Successful Response

id
string
required
platform
string
required
platform_user_id
string
required
platform_display_name
string | null
required
platform_team_id
string | null
required
verified
boolean
required
linked_at
string
required