api-keys

Create Key

post/api-keys/

Request body

namestring required
org_idstring nullable
project_idstring nullable
scopesstring[]
source_idstring uuid nullable
expires_atstring date-time nullable

Response

Successful Response

idstring required
namestring required
raw_keystring required
prefixstring required
last4string required
org_idstring nullable
scopesstring[]
source_idstring nullable
expires_atstring nullable

Changes