List all available integrations with their capabilities. Filter by category using the category query parameter.
category
cURL
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 }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Successful Response
List of all integrations.
Show child attributes
Was this page helpful?