v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Integrations

List Integrations

Retrieves all integrations for the authenticated team.

get/v1/integrations

Response

List of integrations retrieved successfully

Example response

{
  "data": {
    "integrations": [
      {
        "id": "550e8400-e29b-41d4-a716-446655440000",
        "name": "My 1Password Integration",
        "path": "integrations/team-id/550e8400-e29b-41d4-a716-446655440000",
        "createdAt": "2024-01-01T00:00:00.000Z"
      }
    ]
  }
}