Get Current Organization
Retrieve information about the organization associated with the authenticated API key.
get/v1/organizations/me?beta=true
Headers
x-api-keystring
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Your unique Admin API key for authentication.
This key is required in the header of all Admin API requests, to authenticate your account and access Anthropic's services. Get your Admin API key through the Console.
Response
Successful Response
Example response
{
"id": "12345678-1234-5678-1234-567812345678",
"name": "Organization Name"
}