API Reference

Dive into the specifics of each API endpoint by checking out our complete documentation.

Banks

Get Banks by countryCode.

get
Authorizations
Query parameters
countryCodestringOptional
Responses
200
Success
application/json
get
GET /api/Banks HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "id": "text",
    "name": "text",
    "country": "text",
    "bic": "text",
    "internalCode": "text"
  }
]

Last updated