API Keys

Create a gateway API key

post/api/keys

Request body

labelstring

Example request

{
  "label": "alice"
}

Response

Created. The secret is returned once.

idstring
labelstring
keystring

The secret value — shown once, store it now.

Changes

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