cURL
curl --request GET \ --url http://localhost:4000/v1/integrators \ --header 'Authorization: <api-key>'
"<unknown>"
Retrieves a list of all integrators in the system, or a specific integrator by email if email query param is provided
Use this format: ApiKey <your_api_key>
ApiKey <your_api_key>
Email address of the integrator to search for
"john@example.com"
The response is of type any.
any