Loading...
    • Developer Guide
    • API Reference
    • MCP
    • Resources
    • Release Notes
    Search...
    ⌘K
    Using the API
    Features overviewClient SDKsBeta headersErrors
    Messages
    Create a Message
    Count tokens in a Message
    Models
    List Models
    Get a Model
    Beta
    Admin
    Get Current Organization
    Completions
    Create a Text Completion
    Support & configuration
    Rate limitsService tiersVersionsIP addressesSupported regionsOpenAI SDK compatibility
    Console
    Log in

    Get Current Organization

    get/v1/organizations/me

    Retrieve information about the organization associated with the authenticated API key.

    ReturnsExpand Collapse
    Organization = object { id, name, type }
    id: string

    ID of the Organization.

    formatuuid
    name: string

    Name of the Organization.

    type: "organization"

    Object type.

    For Organizations, this is always "organization".

    Accepts one of the following:
    "organization"
    Get Current Organization
    curl https://api.anthropic.com/v1/organizations/me \
        -H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY"
    Response 200
    {
      "id": "12345678-1234-5678-1234-567812345678",
      "name": "Organization Name",
      "type": "organization"
    }
    Returns Examples
    Response 200
    {
      "id": "12345678-1234-5678-1234-567812345678",
      "name": "Organization Name",
      "type": "organization"
    }

    Solutions

    • AI agents
    • Code modernization
    • Coding
    • Customer support
    • Education
    • Financial services
    • Government
    • Life sciences

    Partners

    • Amazon Bedrock
    • Google Cloud's Vertex AI

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Company

    • Anthropic
    • Careers
    • Economic Futures
    • Research
    • News
    • Responsible Scaling Policy
    • Security and compliance
    • Transparency

    Learn

    • Blog
    • Catalog
    • Courses
    • Use cases
    • Connectors
    • Customer stories
    • Engineering at Anthropic
    • Events
    • Powered by Claude
    • Service partners
    • Startups program

    Help and security

    • Availability
    • Status
    • Support
    • Discord

    Terms and policies

    • Privacy policy
    • Responsible disclosure policy
    • Terms of service: Commercial
    • Terms of service: Consumer
    • Usage policy