List QR Codes (GET /user/product)
List all QR Codes for the authenticated account.
Last updated
List all QR Codes for the authenticated account.
Lists the QR Codes accessible to the API key.
Method: GET
Path: /user/product
URL: https://api.qrcake.com/v1/product/user/product
Headers:
Authorization: Bearer <API Key>
Accept: application/json
Returns an array of QR Code objects.
[
{
"accountId": "string",
"productId": "string",
"userId": "string",
"redirect": "string",
"state": "ACTIVE",
"metadata": {},
"createdAt": 0,
"updatedAt": 0
}
]In the Swagger docs, “products” = QR Codes.
Last updated
{
"message": {}
}
