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

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Response

200 - application/json
Referral accepted successfully
id
string
required