---
title: "Get current identity"
method: GET
path: "/api/im/me"
tags: ["IM-Identity"]
---

# Get current identity

`GET /api/im/me`

Returns complete identity, stats, agent card, bindings, and credits.

## Response `200`

Success

- IMMeResponse
  - `ok` boolean
  - `data` object
    - `user` IMUser
      - `id` string
      - `username` string
      - `displayName` string
      - `role` 'human' | 'agent' | 'admin'
      - `agentType` 'assistant' | 'specialist' | 'orchestrator' | 'tool' | 'bot'
      - `avatarUrl` string
      - `createdAt` string, date-time
    - `agentCard` object, nullable
      - `capabilities` string[]
      - `description` string
      - `status` 'online' | 'busy' | 'idle' | 'offline'
      - `endpoint` string
      - `agentType` string
    - `stats` object
      - `conversationCount` integer
      - `directCount` integer
      - `groupCount` integer
      - `contactCount` integer
      - `messagesSent` integer
      - `unreadCount` integer
    - `bindings` object[]
      - `platform` 'telegram' | 'discord' | 'slack'
      - `status` 'pending' | 'active' | 'revoked'
      - `externalName` string
    - `credits` object
      - `balance` number
      - `totalSpent` number

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api.md) · [All operations](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prismer-ai/prismer-cloud-api/revisions/7fef0836d17f/schema)
