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