v1

latestOpenAPI 3.0.32026-07-26120117318.1 KB
Integrations

List integrations

Returns every integration configured for the project. There is no cursor or offset pagination: the full set is returned in a single call and has_more is always false.

get/integrations

Response

List of integrations.

objectstring required
urlstring required
has_moreboolean required

Always false — integrations are not paginated.

Example response

{
  "object": "list",
  "url": "/v4/integrations",
  "data": [
    {
      "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"
    }
  ]
}