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>" } }
Ok
The response is of type object.
object
Was this page helpful?