Skip to main content
POST
/
api
/
v1
/
destination
/
callback
/
slack
handle update
curl --request POST \
  --url https://api.example.com/api/v1/destination/callback/slack \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "tenantId": 123,
  "code": "<string>"
}
'
[
  {
    "key": "<string>",
    "value": "<unknown>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.extractor.live/llms.txt

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

Authorizations

Authorization
string
header
required

Authentication

Body

application/json
tenantId
integer<int64>
required

The tenant ID

code
string
required

Slack oauth code

Pattern: \S

Response

200 - application/json

OK

key
string
value
any