cURL
curl --request GET \ --url https://api.getbluma.com/api/v1/api-keys \ --header 'Authorization: Bearer <token>'
{ "api_keys": [ { "id": "<string>", "name": "<string>", "prefix": "<string>", "environment": "<string>", "is_active": true, "last_used_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ], "total": 123 }
List all API keys for your account
Use your API key in the format: Bearer bluma_live_your_api_key_here
Bearer bluma_live_your_api_key_here
List of API keys
Show child attributes