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>" } ] } }
Fetches a list of banks
Banks fetched successfully
Indicates if the request was successful
true
Response message
"Banks fetched successfully"
Show child attributes
List of banks
Unique identifier for the bank
Name of the bank
URL-friendly version of the bank name
Bank code, if available