GET
/
v1
/
integration
cURL
curl --request GET \
  --url https://api.helicone.ai/v1/integration \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "integration_name": "<string>",
      "settings": "<string>",
      "active": true,
      "id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Response

200 - application/json

Ok

data
object[]
required
error
enum<number> | null
required