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
The response is of type object.
object