OpenAPI VoP Specifications
You can download the full OpenAPI definition for the Verification of Payee (VOP) APIs in YAML format.
These files are suitable for:
- Importing into tools like Postman
- Generating client SDKs (C#, TypeScript, Java, etc.)
- Generating API documentation or mocks
Download Links
| Format | Version | Description | Link |
|---|---|---|---|
apicunia.vop.gateway.yaml | 1.0.2 | Vop Gateway OpenAPI 3.x definition | Download VOP Gateway YAML |
apicunia.vop.yaml | 1.0.0 | Vop Standard OpenAPI 3.x definition | Download VOP Standard YAML |
Usage Examples
Import into Postman
- Download
apicunia.vop.gateway.yamlorapicunia.vop.yaml. - In Postman, click Import.
- Select the file and create a new collection from the definition.
Generate a Client SDK (example with OpenAPI Generator)
openapi-generator generate \
-i https://docs.apicunia.com/openapi/apicunia.vop.gateway.yaml \
-g csharp \
-o ./generated/csharp-client