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

200
application/json

Banks fetched successfully

The response is of type object.