v1

latestOpenAPI 3.0.0BRLA License2026-07-14469068.3 KB
API Keys

Registers an API Key

Register an API Key for the user. User should input a name for the key, include an RSA Public Key in .pem format, and a signature which is obtained by signing the SHA256 hash of the name, used to verify that your Public Key works as expected

post/superuser/api-keys

Request body

namestring required
signaturestring required
publicKeystring required

Response

API key registered

apiKeystring