Players are able to connect to an iPear profile using a QR Code.
PATCH/profiles/{custom_id}/qrcode
Retrieve a new QR Code for the given Custom ID (profile). This invalidates the old connections (only one phone authorised for each profile, a profile can't be used on multiple devices).
Nothing
{
"success": true,
"message": null,
"code": 200,
"data": {
"qrcode": "https://link/to/qrcode.png"
}
}
Powered by Doctave