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.0Cop Gateway OpenAPI 3.x definitionDownload COP Gateway YAML

Usage Examples

Import into Postman

  1. Download 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