auth.test
Checks authentication & identity.
| Surface | web-api |
| Rate limit | Tier 4 (100/min) |
Response fields
Section titled “Response fields”ok is always present (true, or false with error). Additional fields:
| Field | Type | |
|---|---|---|
bot_id | object | |
is_enterprise_install | boolean | |
team | string | |
team_id | object | |
url | string | |
user | string | |
user_id | object |
Works with every official Slack SDK — call it exactly as you would against Slack.
Provenance & versions
Section titled “Provenance & versions”| Source spec | Slack Web API OpenAPI v1.7.0 (apis.guru OAS3 conversion of slackapi/slack-api-specs, upstream archived 2024-03) |
| Retrieved / verified | 2026-06-04 · patches applied: 0 |
| In frozen spec | yes — fields below are copied from the published spec |
| Conformance | exercised by unmodified official SDKs on every release |
| See also | Slack’s auth.test reference |