Skip to main content
GET
/
v1
/
webhooks
/
slack
/
oauth
/
start
Slack Oauth Start
curl --request GET \
  --url https://api.letpiper.com/v1/webhooks/slack/oauth/start \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

Platform token (starts with pat_)

Query Parameters

org_id
string<uuid>
required

Response

Successful Response