api_keys

Create a system API key

Create a system API key. System keys belong to the system user rather than to any human, and they carry full privileges, so this endpoint is restricted to admins. The response contains the key itself, which is shown only once and cannot be retrieved afterwards.

post/v1/system/api_keys

Request body

Response

The newly created system API key, including the key itself.

Changes