Dapatkan Organisasi Saat Ini
GET/v1/organizations/me
Mengambil informasi tentang organisasi yang terkait dengan kunci API yang diautentikasi.
Returns
Dapatkan Organisasi Saat Ini
curl https://api.anthropic.com/v1/organizations/me \
-H 'anthropic-version: 2023-06-01' \
-H "X-Api-Key: $ANTHROPIC_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"
}