Skip to main content
GET
/
v1
/
integration
/
type
/
{type}
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
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Path Parameters

type
string
required

Response

200 - application/json

Ok

data
object
required
error
enum<number> | null
required
Available options: