OpenAPI CoP Specifications
You can download the full OpenAPI definition for the Confirmation of Payee (COP) 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.cop.gateway.yaml | 1.0.0 | Cop Gateway OpenAPI 3.x definition | Download COP Gateway YAML |
Usage Examples
Import into Postman
- Download
apicunia.cop.gateway.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.cop.gateway.yaml \
-g csharp \
-o ./generated/csharp-client