Logo PopinaPopina API

Get order unique URL

Fetch the order using the location ID and table number, and returns the unique identifier of the order encoded in base64. The QR code is the base64 string formed by concatenating the location ID and table number.

GET/v1/orders/qr-code/{qrCode}
authorization<token>

To get an API key, please contact us. We'll be happy to help you.

In: header

Path Parameters

qrCodestring

Corresponds to a QR code encoded as a base64 string (presented as locationId_tableNumber)

Response Body

application/json

curl -X GET "http://localhost:4006/v1/orders/qr-code/string"
{
  "uniqueURL": "ZDM3YjVhN2ItNTI1ZC00NmYwLTlmYzMtMDhjZGYxYTIwNzZlXzEwLTE",
  "leftToPay": 1200
}