Login with Slack auth
Request body
Response
Login successful, returns bot info and slack user info
Example response
{
"bot": {
"team_id": "TB9KS3E13",
"team_name": "example",
"reporting_channel": "TBA234GH",
"reporting_time": "9:00"
}
}Changes
Changed in 6 of the 33 revisions of this API.327
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
- ●
deleted the
queryrequest parameterpasswordrequest-parameter-removed
- ●
deleted the
queryrequest parameterteamnamerequest-parameter-removed
- ●
- ▲
added the new required
queryrequest parameterpasswordnew-required-request-parameter
- ▲
added the new required
queryrequest parameterteamnamenew-required-request-parameter
- ▲
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
404response-non-success-status-removed
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲