Slack

App Info

get
Authorizations
Query parameters
team_idstringOptional
Responses
200
Successful Response
application/json
get
GET /api/slack_installation/appinfo HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "new_installation_url": "text"
}

Completed Installation

post
Authorizations
Body
codestringRequired
Responses
200
Successful Response
application/json
post
POST /api/slack_installation/completed HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 15

{
  "code": "text"
}
{
  "ok": true,
  "message": "text"
}

Was this helpful?