Skip to main content
GET
/
integrations
/
api-keys
/
{id}
/
reveal
Reveal API key
curl --request GET \
  --url https://ai-api.getbreezyapp.com/api/v1/integrations/api-keys/{id}/reveal \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "key": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier (UUID)

Pattern: ^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$

Response

200 - application/json

OK

data
object
required
read-only