Paragon · Arazzo Workflow
Paragon Verify Integration then Proxy a Request
Version 1.0.0
Confirm the Connected User has the integration enabled, then proxy a live API call to it.
View Spec
View on GitHub
Embedded IntegrationsIntegration InfrastructureiPaaSAI AgentsMCPIntegrationsArazzoWorkflows
Provider
Workflows
verify-integration-and-proxy-request
Check the integration is connected, then proxy a GET to the provider.
Reads the Connected User, verifies the target integration is enabled in the project, and proxies a GET request to the integration provider only when the integration is available.
1
getUser
getUser
Read the authenticated Connected User to confirm they are authenticated and to capture their enabled integrations map.
2
getIntegrations
getIntegrations
Retrieve the project integrations and confirm at least one is enabled for the Connected User before attempting a proxied call.
3
proxyGetRequest
proxyGetRequest
Proxy a GET request to the third-party integration provider's API on behalf of the Connected User.
Source API Descriptions
openapi