cURL
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>" }
Get information about the authenticated API key
Personal API Key (apk_user_*) for Enterprise Admins only
Successful Response