Skip to main content
POST
/
order
/
qr
Create Return Deep Link with QR Code
curl --request POST \
  --url https://api.loopreturns.com/api/v1/order/qr \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '
{
  "name": "<string>",
  "zip": "<string>",
  "gift": true,
  "type": "png",
  "size": 123
}
'
{
  "qr": "<string>",
  "deeplink_url": "<string>"
}

Authorizations

X-Authorization
string
header
required

Body

application/json
name
string
required
zip
string
required
gift
boolean
type
enum<string>
Available options:
png,
eps,
svg
size
integer

Response

Success

qr
string