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

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

List of integration types.

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