External APIs
Was this helpful?
Base URL: /api/v1/external
These endpoints allow external systems to push Verifiable Credential (VC) documents into running Guardian policy workflows, either by specifying a target block via URL path parameters or by resolving the policy from fields within the request body.
Authentication: No authentication is required for any endpoint in this group.
POST
/external/{policyId}/{blockTag}
Send data from an external source to a specific policy block
No
POST
/external
Send data from an external source (policy resolved from request body)
No
POST
/external/{policyId}/{blockTag}/sync-events
Send data to a specific block with synchronous event response
No
POST
/external/sync-events
Send data with synchronous event response (policy resolved from request body)
No
Was this helpful?
Was this helpful?