POST
/
referrals
/
{id}
/
reject
curl --request POST \
  --url https://api-dev.withflock.com/referrals/{id}/reject \
  --header 'Authorization: <api-key>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Referral rejected successfully

The response is of type object.