Create API key

Creates a new API key. Requires a Provisioning API key.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
Display name for the API key
limitdoubleOptional
Optional credit limit for the key

Response

Created API key
dataobject
keystringOptional
The API key string itself. Only returned when creating a new key.