Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your workspace API key. See Find your API key for more information.

Path Parameters

workspaceId
string
required

The workspace id.

Body

application/json
name
any

Response

201 - application/json
dateCreated
string
required

The API key creation date.

dateLastUsed
string | null
required

The API key last use date.

dateUpdated
string
required

The API key last update date.

id
string
required

The API key id.

secureKey
string
required

The API key value.

Maximum length: 120
name
string | null

The API key name.

Maximum length: 120