Skip to main content
POST
/
v2
/
referrals
cURL
curl --request POST \
  --url https://revive-api-v2-production.herokuapp.com/v2/referrals/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clientSituation": "<string>",
  "referralType": "buyer"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
clientSituation
string
required
referralType
enum<string>
Available options:
buyer,
seller,
both

Response

200

Success