Skip to main content
GET
/
integrations
/
api-keys
List API keys
curl --request GET \
  --url https://ai-api.getbreezyapp.com/api/v1/integrations/api-keys \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "keyPrefix": "<string>",
      "keySuffix": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "lastUsedAt": "2023-11-07T05:31:56Z",
      "createdBy": {
        "id": "<string>",
        "email": "jsmith@example.com",
        "firstName": "<string>",
        "lastName": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Auth0 user JWT bearer token. User principals can manage API keys and call tenant-scoped customer endpoints.

Response

200 - application/json

OK

data
object[]
required