Contains the amount of points that can get saved with Joyn + a link to collect the points.
Field | Type | Description |
---|---|---|
points | Int | Amount of points that have can be collected |
collect_url | URL | Open this link on a device that have the app installed to collect the points in the app |
qr_code_url | URL | Link to the QR code image to display that can get scanned by the app (do not use on mobile devices) |
{
"points": 12,
"collect_url": "https://example.com",
"qr_code_url": "https://example.com"
}