v1
latestOpenAPI 3.0.32026-07-26120117318.1 KBIntegrations
Create integration
Creates a new integration for the project.
post/integrations
Headers
Idempotency-Keystring
Unique key to ensure idempotent creation. Same key returns original response.
Request body
Example request
{
"title": "Amplitude — Production iOS",
"integration": "amplitude"
}Response
Integration created.
Example response
{
"object": "integration",
"id": "gNl6hyM6",
"url": "/v4/integrations/gNl6hyM6",
"title": "Amplitude — Production iOS",
"integration": "Amplitude",
"created_at": "2026-02-26T16:03:09Z",
"updated_at": "2026-02-26T16:03:09Z",
"last_delivery_at": "2026-04-22T10:12:33Z"
}