Passer au contenu principal
POST
/
v2
/
enterprise
/
api-keys
Provision Service Api Key Endpoint
curl --request POST \
  --url https://api.devin.ai/v2/enterprise/api-keys \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "org_id": "<string>"
}
'
{
  "api_key": "<string>",
  "org_id": "<string>"
}
Requiert la clé d’API personnelle d’un administrateur Enterprise. Crée une clé d’API de service pour une organisation spécifiée au sein de l’offre Enterprise.

Autorisations

Authorization
string
header
requis

Personal API Key (apk_user_*) for Enterprise Admins only

Corps

application/json
org_id
string
requis

Réponse

Successful Response

api_key
string
requis
org_id
string
requis