Skip to content

Add a Slack integration via OAuth code exchange.

POST
/integration/slack/
curl --request POST \
--url https://api.siteqwality.com/integration/slack/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "friendly_name": "example", "code": "example", "redirect_uri": "example" }'
Media type application/json
object
friendly_name
required
string
code
required
string
redirect_uri
string | null
Example generated
{
"friendly_name": "example",
"code": "example",
"redirect_uri": "example"
}

Slack integration added

Invalid request body or OAuth code

Missing or invalid authentication

Internal server error