> ## Documentation Index
> Fetch the complete documentation index at: https://edenai-integrations-nanobot-kilocode.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get managewhoami

> ``GET /v3/manage/whoami`` — the calling key's own organization, scopes and
expiry. Requires only a valid management key (no scope), which is enough to prove
the auth path end to end. Never returns the secret, its hash, or last4.



## OpenAPI

````yaml https://api.edenai.run/v2/info/splitted-schema/management_api/openapi.json get /manage/whoami/
openapi: 3.0.3
info:
  title: Organization Management
  version: '2.0'
  description: Your project description
servers:
  - url: https://api.edenai.run/v3
security: []
paths:
  /manage/whoami/:
    get:
      tags:
        - whoami
      description: >-
        ``GET /v3/manage/whoami`` — the calling key's own organization, scopes
        and

        expiry. Requires only a valid management key (no scope), which is enough
        to prove

        the auth path end to end. Never returns the secret, its hash, or last4.
      operationId: manage_whoami_retrieve
      responses:
        '200':
          description: No response body

````