cURL
curl --request POST \ --url https://api.helicone.ai/v1/integration \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "integration_name": "<string>", "settings": "<string>", "active": true }'
{ "data": { "id": "<string>" } }
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?