Get JSON Schema for configuring a specific integration.
cURL
curl --request GET \ --url https://api.cuadra.ai/v1/integrations/providers/{slug}/schema \ --header 'Authorization: Bearer <token>'
{ "slug": "<string>", "name": "<string>", "category": "<string>", "schema": {} }
JWT token from Stytch B2B authentication (magic link, SSO, or M2M)
Successful Response
JSON Schema for an integration's configuration.
Integration identifier
Integration name
Category: data_source or channels
JSON Schema for configuration
Was this page helpful?