Slack.Web.Apps.Event.Authorizations (SlackKit v1.0.0-alpha.0)

View Source

Summary

Functions

Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.

Functions

list(event_context, optional_params \\ %{})

Get a list of authorizations for the given event context. Each authorization represents an app installation that the event is visible to.

API reference

Rate limit: Special rate limits apply.
Scopes: No scopes required

View on docs.slack.dev ↗

Required Params

  • event_context -

Optional Params

  • cursor -
  • limit -

Errors the API can return:

  • auth_mismatch - The given authorization token is not associated with the app that sent this event.
  • invalid_cursor - The cursor argument was invalid.
  • invalid_event_context - The given event_context didn't match an event.

See the Common Errors guide for errors returned by every Web API method.