Vai al contenuto principale
GET
/
v3beta1
/
enterprise
/
self
Get Self
curl --request GET \
  --url https://api.devin.ai/v3beta1/enterprise/self \
  --header 'Authorization: Bearer <token>'
{
  "service_user_id": "<string>",
  "service_user_name": "<string>"
}

Autorizzazioni

Richiede un utente di servizio con l’autorizzazione ReadAccountMeta a livello Enterprise.

Authorizations

Authorization
string
header
required

Service User credential (prefix: cog_)

Response

200 - application/json

Successful Response

service_user_id
string
required
service_user_name
string
required