Get QR Style
Get all QR Style
GET
https://pub-api.mojo.vn/srv/publish/api/art_qr/getQRStyles
Headers
Name
Type
Description
Authorization
Bearer apikey
API_KEY
Content-Type
application/json
{
"success": true,
"style": [
{
"order": orderNumber,
"name": "StyleName",
"image": "ImageURL"
}...
]
}
curl --location 'https://pub-api.mojo.vn/srv/publish/api/art_qr/getQRStyles' --header 'Authorization: Bearer apikey,API_KEY' --header 'Content-Type: application/json'
Last updated