POST/players
Create a new player and generate a default QR Code. Returns the QR Code link image.
DEPRECATED
This feature is now deprecated, and you should use [Profiles] Create instead.
| Key | Type | Tags | Description |
|---|---|---|---|
custom_id | string | required unique | Unique identifier from your services (1-64 characters) |
name | string | required | RolePlay name of the profile (1-64 characters) |
phone_number | string | required unique | Phone number of the profile (1-32 characters) |
{
"success": true,
"message": null,
"code": 201,
"data": {
"qrcode": "https://link/to/qrcode.png"
}
}
Powered by Doctave