Retrieve QR Code

Players use QR Code to generate a profile on iPear.

API Request

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.

JSON Parameters

Nothing

Response example

{
  "success": true,
  "message": null,
  "code": 200,
  "data": {
    "qrcode": "https://link/to/qrcode.png"
  }
}

What's next?

Powered by Doctave