List the integrations this deployment supports, with their config schemas
Response Body
application/json
application/json
curl -X GET "https://example.com/api/integrations/available"[ { "id": "string", "configSchema": { "property1": null, "property2": null }, "secretsSchema": { "property1": null, "property2": null }, "actions": [ { "id": "string", "description": "string", "inputSchema": { "property1": null, "property2": null }, "outputSchema": { "property1": null, "property2": null } } ] }]{ "error": "string", "message": "string"}