---
title: "GET /auth.test"
method: GET
path: "/auth.test"
tags: ["auth"]
---

# GET /auth.test

`GET /auth.test`

Checks authentication & identity.

## Headers

- `token` string, required

## Response `200`

Standard success response when used with a user token

- object — Schema for successful response auth.test method
  - `bot_id` string
  - `is_enterprise_install` boolean
  - `ok` true, required
  - `team` string, required
  - `team_id` string, required
  - `url` string, required
  - `user` string, required
  - `user_id` string, required

## Other responses

- `default` — Standard failure response when used with an invalid token

---

[API](https://skmtc.net/slack/apis/web-api.md) · [All operations](https://skmtc.net/slack/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slack/web-api/revisions/7b951462b44f/schema)
