Login with Slack auth

post/login

Request body

codestring required
redirect_uristring

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 404

      response-non-success-status-added

    • removed the non-success response with the status 500

      response-non-success-status-removed

    • deleted the query request parameter password

      request-parameter-removed

    • deleted the query request parameter teamname

      request-parameter-removed

    • added the new required query request parameter password

      new-required-request-parameter

    • added the new required query request parameter teamname

      new-required-request-parameter

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • removed the non-success response with the status 401

      response-non-success-status-removed

    • removed the non-success response with the status 404

      response-non-success-status-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation