Request a new integration.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
User request for a new integration.
Response Body
application/json
application/json
curl -X POST "https://example.com/integrations/request" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}