Skip to main content
POST
/
v1
/
pvt
/
Customer
/
{id}
/
referfriend
/
{email}
Allows a customer to refer (recommend) the store to a friend by using the Referral Objective
curl --request POST \
  --url https://api.bonifiq.com.br/v1/pvt/Customer/{id}/referfriend/{email} \
  --header 'Authorization: Basic <encoded-value>'
true

Authorizations

Authorization
string
header
required

Use API Basic Auth Keys

Path Parameters

id
string
required

It`s the customer id on the store

email
string
required

Friends Email

Response

200 - application/json

true if success otherwise return the error message

The response is of type boolean.