Get a QR Code (GET /product/{productId})
Fetch a single QR Code by productId.
Last updated
Fetch a single QR Code by productId.
Fetches one QR Code.
Method: GET
Path: /product/{productId}
URL: https://api.qrcake.com/v1/product/product/{productId}
Path params:
productId (string)
Headers:
Authorization: Bearer <API Key>
Accept: application/json
Returns a QR Code object.
{
"accountId": "string",
"productId": "string",
"userId": "string",
"redirect": "string",
"state": "ACTIVE",
"metadata": {},
"createdAt": 0,
"updatedAt": 0
}Last updated
{
"message": {}
}
