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

Authorizations

authorization
string
header
required

Path Parameters

type
string
required

Response

200 - application/json
Ok
data
object
required
error
enum<number> | null
required