API Reference
Dive into the specifics of each API endpoint by checking out our complete documentation.
Banks
Authorizations
Query parameters
countryCodestringOptional
Responses
200
Success
application/json
401
Unauthorized
403
Forbidden
404
Not Found
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