v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-26192307950.1 KB
service_accounts
api_keys

Create Api Key

Creates an API key for a service account.

Args: service_account_id: ID of the service account for which to create the API key. api_key: API key to create.

Returns: The created API key.

post/api/v1/service_accounts/{service_account_id}/api_keys

Path parameters

service_account_idstring uuid required

Request body

namestring required
descriptionstring nullable

Response

Successful Response

resourcesAPIKeyResponseResources

Class for all resource models associated with the APIKey entity.

idstring uuid required
permission_deniedboolean
namestring required