Skip to main content
GET
/
v1
/
slack
/
connections
/
callback
cURL
curl "https://api.particle.pro/v1/slack/connections/callback"
{
  "detail": "<string>",
  "error_code": "<string>",
  "errors": [
    {
      "location": "<string>",
      "message": "<string>",
      "value": "<unknown>"
    }
  ],
  "instance": "<string>",
  "resolve": {
    "message": "<string>",
    "action": "<string>",
    "endpoint": "<string>",
    "method": "<string>",
    "url": "<string>"
  },
  "status": 123,
  "title": "<string>",
  "type": "about:blank"
}

Query Parameters

code
string

Authorization code from Slack.

state
string

State token issued by /initiate, HMAC-signed and TTL-bounded.

error
string

Set by Slack when the user denied or the OAuth flow errored.

Response

Found