Create a new integration
POST {{baseUrl}}/api/v1/integrations
This API is used to create a new integration.
Request Body
{"name"=>"<string>", "type"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","type":"\u003cstring\u003e","createdAt":"\u003cstring\u003e","updatedAt":"\u003cstring\u003e","configuration":{}}