API Keys

Create an API key

Creates a new API key associated with one or more workspaces. The response includes the key token which is only shown once upon creation.

post/v1/keys

Request body

namestring required

Unique name for the API key

workspacesstring[] required

Array of workspace names to associate with this key

Response

API key created

namestring
enabledboolean
keystring

The JWT token for this API key (only shown once)

_idstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.