service_accounts

Create API key for a service account

Create a new API key. The plaintext key is only returned once.

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

Path parameters

idstring required

Service account ID

Request body

expires_in_daysinteger
namestring

Response

Created

created_atstring
expires_atstring
idstring
keystring
last_used_atstring
namestring
service_account_idstring

Changes

Changed in 1 of the 56 revisions of this API.2

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added

    • the endpoint scheme security BearerAuth was added to the API

      api-security-added

Of the 56 revisions, 1 has no diff computed.