List all available integration categories.
cURL
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 }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Successful Response
List of integration types.
Show child attributes
Was this page helpful?