Skip to main content
GET
/
banks
cURL
curl --request GET \
  --url https://api.reporta.ng/api/v1/meta-data/banks
{
  "success": true,
  "message": "Banks fetched successfully",
  "data": {
    "entity": [
      {
        "id": "<string>",
        "name": "<string>",
        "slug": "<string>",
        "code": "<string>"
      }
    ]
  }
}

Response

Banks fetched successfully

success
boolean
required

Indicates if the request was successful

Example:

true

message
string
required

Response message

Example:

"Banks fetched successfully"

data
object
required