-
Notifications
You must be signed in to change notification settings - Fork 6
Consumer Alert
izqalan edited this page Nov 15, 2019
·
1 revision
A list of known companies and websites which are neither authorised nor approved under the relevant laws and regulations administered by BNM. (Based on information received by BNM).
by latest
bnm.consumerAlert().then(response => console.log(response))
by company name. may use space.
bnm.consumerAlert('_company_').then(response => console.log(response))
{
"meta": {
"last_updated": "2019-11-15T08:34:38Z",
"total_result": 0
},
"data": [
{
"name": "string",
"registration_number": "string",
"added_date": "2019-11-15",
"websites": [
"http://example.com"
]
}
]
}