CreateApiKey
ApiKeyService
CreateApiKey
Creates an API key.
POST
CreateApiKey
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The request for a call to ApiKeyService.CreateApiKey.
Response
A successful response.
apiKey
CreatedApiKey includes the key, which will only be returned on creation, so having a separate type makes the "never return the key a second time" semantics clear · object
required