Referral
POST/referral/assign
Referral
Request
- application/json
Body
referralCode referralCode (string)required
Unique code to share to refer someone
Responses
- 201
- 400
- 401
- 429
Success
- application/json
- Schema
Schema
string
Possible values: [OK
]
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Bad Request"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Unauthorized access"
}
Too Many Requests
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "Too Many Requests"
}
Loading...