For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get a QR Code (GET /product/{productId})

Fetch a single QR Code by productId.

Fetches one QR Code.

Request

  • 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

Response

200 OK

Returns a QR Code object.

Example 200 response
{
  "accountId": "string",
  "productId": "string",
  "userId": "string",
  "redirect": "string",
  "state": "ACTIVE",
  "metadata": {},
  "createdAt": 0,
  "updatedAt": 0
}

401 Unauthorized

Last updated