Create Integration

POST {{baseUrl}}/api/v1/app/:app_id/integration

Create an integration.

Request Body

{"name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
idempotency-keystringThe request's idempotency key
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;createdAt&quot;:&quot;1964-08-08T17:07:00.109Z&quot;,&quot;id&quot;:&quot;integ_1srOrx2ZWZBpBUvZwXKQmoEYga2&quot;,&quot;name&quot;:&quot;Example Integration&quot;,&quot;updatedAt&quot;:&quot;1962-12-06T00:59:56.779Z&quot;}