Skip to main content
GET
/
v2
/
enterprise
/
self
Get Self
curl --request GET \
  --url https://api.devin.ai/v2/enterprise/self \
  --header 'Authorization: Bearer <token>'
{
  "api_key_id": "<string>",
  "org_id": "<string>",
  "user_email": "<string>",
  "user_id": "<string>"
}
Requires an enterprise admin personal API key. Returns information about the authenticated API key, including the key ID, associated user ID, user email, and organization ID.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Response

200 - application/json

Successful Response

api_key_id
string
required
org_id
string
required
user_email
string | null
required
user_id
string | null
required