Players use QR Code to generate a profile on iPear.
PATCH/players/{custom_id}/qrcode
Retrieve a new QR Code for the given Custom ID (profile). This will invalidate the old profile.
DEPRECATED
This feature is now deprecated, and you should use [Profiles] Retrieve QR Code instead.
Nothing
{
"success": true,
"message": null,
"code": 200,
"data": {
"qrcode": "https://link/to/qrcode.png"
}
}
Powered by Doctave