cURL
curl --request POST \ --url https://api.getbluma.com/api/v1/api-keys \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '"<string>"'
{ "api_key": "<string>", "id": "<string>", "name": "<string>", "environment": "<string>", "prefix": "<string>", "scopes": [ "<string>" ], "rate_limit_per_hour": 123, "created_at": "2023-11-07T05:31:56Z", "warning": "<string>" }
Create a new API key. The key is shown only once at creation.
Use your API key in the format: Bearer bluma_live_your_api_key_here
Bearer bluma_live_your_api_key_here
The body is of type string.
string
API key created
The API key (shown only once!)