Skip to main content
GET
/
integrators
/
{id}
/
api-keys
List API keys for an integrator
curl --request GET \
  --url http://localhost:4000/v1/integrators/{id}/api-keys \
  --header 'Authorization: <api-key>'
"<unknown>"

Authorizations

Authorization
string
header
required

Use this format: ApiKey <your_api_key>

Path Parameters

id
string
required

Integrator ID

Example:

"f47ac10b-58cc-4372-a567-0e02b2c3d479"

Response

The response is of type any.