Skip to main content
GET
/
v1
/
integrations
/
providers
List all integrations
curl --request GET \
  --url https://api.cuadra.ai/v1/integrations/providers \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "slug": "<string>",
      "name": "<string>",
      "category": "<string>",
      "endpoint": "<string>",
      "description": "<string>",
      "iconUrl": "<string>",
      "capabilities": [
        {
          "name": "<string>",
          "description": "<string>"
        }
      ],
      "documentationUrl": "<string>"
    }
  ],
  "nextCursor": "<string>",
  "hasMore": false
}

Authorizations

Authorization
string
header
required

JWT token from Stytch B2B authentication (magic link, SSO, or M2M)

Query Parameters

category
string | null

Response

Successful Response

List of all integrations.

items
IntegrationOut · object[]
required
nextCursor
string | null
hasMore
boolean
default:false