Skip to main content
GET
/
integrations
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "accountLabel": "<string>",
      "health": {
        "lastErrorAt": "2023-11-07T05:31:56Z"
      }
    }
  ],
  "message": "<string>",
  "errors": [
    {
      "field": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Clerk JWT (browser). Requires Authorization: Bearer <clerk_jwt> and the X-Organization-Id header. Validated by the ported Clerk middleware, which sets the app.current_organization_id RLS context.

Response

Integrations.

success
boolean
required
data
object[]
required
message
string
errors
object[]