GET
/api/v1/customer/stores/{id}/consent-status
This API method get status of consent based on per user per store basis.
Sample Request body
Nothing required
Sample Response
{
"status": false,
"errorCode": "APPROVED",
"message": "You have already approved consent previously."
}{
"status": false,
"errorCode": "CHAIN_NOT_ACTIVE",
"message": "This chain is not currently active in the system"
}