cURL
curl --request POST \ --url https://api.kausate.com/v2/integrations \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "datasourceSlug": "<string>", "secretValues": {} } '
{ "datasourceSlug": "<string>", "datasourceName": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Create a new integration for accessing external data sources. Credentials are encrypted and stored securely.
Sign up at Kausate.com to get an API key
Partner customer ID
Pydantic model for creating secrets via public API.
Show child attributes
Integration created successfully
Pydantic model for secret responses via public API.
Was this page helpful?