cURL
curl --request POST \ --url https://api.bonifiq.com.br/v1/pvt/Customer/{id}/referfriend/{email} \ --header 'Authorization: Basic <encoded-value>'
true
Use API Basic Auth Keys
It`s the customer id on the store
Friends Email
true if success otherwise return the error message
The response is of type boolean.
boolean
Was this page helpful?