Skip to main content

Create a new referral

POST 

https://api.playmakers.co/referral/assign

Create a new referral

Request

Body

    referralCode referralCode (string)required

    Unique code to share to refer someone

Responses

Success

Schema

    string

    Possible values: [OK]

curl -L 'https://api.playmakers.co/referral/assign' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"referralCode": "BETKOP"
}'
Request Collapse all
Base URL
https://api.playmakers.co
Auth
Body
{
  "referralCode": "BETKOP"
}
ResponseClear

Click the Send API Request button above and see the response here!