Vai al contenuto principale
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>"
}
Richiede un’API key personale di un amministratore Enterprise. Crea un’API key di servizio per un’organizzazione specifica all’interno dell’Enterprise.

Authorizations

Authorization
string
header
required

Personal API Key (apk_user_*) for Enterprise Admins only

Body

application/json
org_id
string
required

Response

Successful Response

api_key
string
required
org_id
string
required