API Keys

Create Personal API Key

Creates a personal API key scoped to the authenticated user. Requires JWT authentication.

post/v1/user/api-keys

Request body

namestring required

Display name for the API key

Response

API key created. The key field is only returned once.

Changes