Authorizations
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Response
200 - application/json
Ok
The response is of type object
.
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>"
}
}
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
The response is of type object
.
Was this page helpful?