Skip to main content
GET
/
v1
/
banks
/
{code}
Get a bank profile
curl --request GET \
  --url https://api.swippee.com/v1/banks/{code} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "code": "NABIL",
    "name": "Nabil Bank",
    "founded_year": 123,
    "swift_code": "<string>",
    "nrb_class": "A",
    "nrb_class_name": "Commercial Bank",
    "website": "<string>",
    "branches": 123,
    "supported": true
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Path Parameters

code
string
required

Response

Bank profile

data
object