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