Finance controls collection
Four direct, read-only requests for invoice validation, vendor onboarding, sender-domain risk, and quote comparison.
Download collectionINTEGRATION EXAMPLES
Start with live endpoint URLs and safe placeholder credentials. Create a workspace key, store it as a secret, and run the example without reconstructing the request contract by hand.
Four direct, read-only requests for invoice validation, vendor onboarding, sender-domain risk, and quote comparison.
Download collectionA manual workflow that calls Invoice Validate and returns the decision, exceptions, evidence, and agent-readable next action.
Download workflowSAFE SETUP
The downloads contain no customer credential. Postman uses an apiKey collection variable; n8n reads AP_CONTROL_API_KEY from the environment. Replace the placeholder locally and never commit a real key.
Authorization: Bearer apc_your_workspace_key
# Postman
Set the apiKey collection variable
# n8n
Set AP_CONTROL_API_KEY as a secret environment variableBrowse every REST endpoint and MCP tool, including inputs, results, safety boundaries, and agent-readable errors.
Read documentation