cURL
curl --request GET \ --url https://api.helicone.ai/v1/integration/type/{type} \ --header 'Authorization: <api-key>'
{ "data": { "id": "<string>", "integration_name": "<string>", "settings": "<string>", "active": true }, "error": null }
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?