v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
Sub-Accounts

Create sub-account API key

Create sub-account API key. Requires a parent project API key; sub-account API keys receive HTTP 403.

post/v1/sub-accounts/{id}/api-keys

Path parameters

idstring required

Sub-account ID.

Request body

namestring required
environment'live' | 'test'
permissionsstring[]

Response

API key created. The full key is only returned once.