---
title: "Get the current bot"
method: GET
path: "/bot/getMe"
tags: ["Bot"]
---

# Get the current bot

`GET /bot/getMe`

A simple method for testing bot authentication. Returns basic information about the bot account associated with the supplied token.

## Headers

- `authorization` string, required

## Response `200`

Successful getMe response.

- BotGetMeSuccess — Successful getMe response.
  - `ok` true, required — Always true for a successful request.
  - `result` object, required — Method-specific response payload.
    - `user` object, required — The bot account authenticated by the supplied token.
      - `id` integer, required — Unique identifier for this Inline user.
      - `is_bot` boolean, required — True when the user represents a bot account.
      - `username` string — Public username, without the leading @.
      - `first_name` string — User's first or display name.
      - `last_name` string — User's last name, when available.

## Other responses

- `400` — The request parameters are missing or invalid.
- `401` — The bot token is missing or invalid.
- `403` — The bot is not allowed to perform this action.
- `404` — The requested method or resource was not found.
- `500` — The server could not complete the request.

## Changes

> 6 revisions in range; 4 could not be searched.

- **2026-07-26** `d80f3b8927b8` — 22 breaking, 5 warning, 20 info
  - the `header` request parameter `authorization` became required
  - removed the media type `multipart/form-data` for the response with the status `200`
  - removed the media type `multipart/form-data` for the response with the status `400`
  - removed the media type `multipart/form-data` for the response with the status `401`
  - …43 more

[Change history](https://skmtc.dev/inline/apis/inline-bot-http-api-docs/changes/bot/getMe/get.md)

---

[API](https://skmtc.dev/inline/apis/inline-bot-http-api-docs.md) · [All operations](https://skmtc.dev/inline/apis/inline-bot-http-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inline/inline-bot-http-api-docs/revisions/69017b8dc5fe/schema)
