cURL
curl --request GET \ --url http://localhost:4000/v1/integrators/{id}/api-keys \ --header 'Authorization: <api-key>'
"<unknown>"
Retrieves all API keys belonging to an integrator. The full key values are never returned, only metadata.
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
Integrator ID
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The response is of type any.
any