Whitelist Customer
Last updated March 17th, 2025
post api.withmono.com/v1/prove/customers/whitelistv1.0 
This resource is to whitelist a Mono prove customer that was previously blacklisted.
Body Params
Headers
Request
12345678
curl --request POST \
     --url https://api.withmono.com/v1/prove/customers/whitelist \
     --header 'accept: application/json' \
     --header 'mono-sec-key: string' \
     --header 'Content-Type: application/json' \
     --data '{
       "reference": "customer_reference"
     }'
Response
Choose an option from the drop down or click one of these buttons to see an example:
