Skip to main content

Introduction

The API fundamentals available on the Banqup Developer Portal are designed to help users understand and integrate Banqup APIs. They include essential concepts and resources that simplify the integration process.
Explore the sections below to learn more about working with Banqup APIs.

OpenAPI Specification

Banqup APIs are documented using the OpenAPI 3 standard. This approach enables us to describe the API in a manner that supports validation and conformance testing. This helps accelerate development and simplify the integration process.
You can find all our API specifications in the Developer Portal's API Explorer section. Our guides and recipes include examples using cURL and Postman for testing and integration.

To download the API specifications, hover over the Export button on the API introduction page, then click on OpenAPI Spec.

Export specs

See also