Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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