Retrieve QR Code

Players are able to connect to an iPear profile using a QR Code.

API Request

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).

JSON Parameters

Nothing

Response example

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

What's next?

Powered by Doctave