GET
/
v1
/
api-keys
List API keys
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
}

Authorizations

Authorization
string
header
required

Use your API key in the format: Bearer bluma_live_your_api_key_here

Response

200 - application/json

List of API keys

api_keys
object[]
total
number