Skip to main content

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

FormatVersionDescriptionLink
apicunia.cop.gateway.yaml1.0.1CoP Gateway OpenAPI 3.x definitionDownload CoP Gateway YAML
apicunia.cop.gateway.bulk.yaml-Bulk CoP Gateway OpenAPI 3.x definitionComing Soon!

Usage Examples​

Import into Postman​

  1. Download the required file (e.g. apicunia.cop.gateway.yaml).
  2. In Postman, click Import.
  3. 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