Get Whitelisted Resource Status
Endpoint: GET https://api.zamplabs.com/api/client/:clientid/customer/:customerid/whitelist/:whitelistresourceid/status
Get Whitelisted resource Status of the customer.
Response JSON Representation
{
"data": {
"id":"merchant_uNR5Kc6a2zTdfqbLsDwxUZ_06_15"
"status": "succeeded" // initiated, in_review, failed
}
}