Body
-
Minimum length is
1
, maximum length is255
. -
Minimum length is
1
, maximum length is255
.
Requires verified email; Requires one of the following permissions: Shop.CreateQRCode; Requires the following features to be enabled: Shop
curl \
-X POST https://app.lovassy.hu/Api/QRCodes \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-d '{"name":"string","email":"hello@example.com"}'
curl \
-X POST https://app.lovassy.hu/Api/QRCodes \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: text/json"
curl \
-X POST https://app.lovassy.hu/Api/QRCodes \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/*+json"
{
"name": "string",
"email": "hello@example.com"
}
{
"name": "string",
"email": "hello@example.com"
}
{
"name": "string",
"email": "hello@example.com"
}
{
"id": 42,
"name": "string",
"email": "string"
}