Giftcard Hostnames

Get Giftcard Hostnames

GET /service/v1.1/gift_cards/hostnames

This endpoint returns a list of hostnames. Each giftcard has a QR-Code with a unique URL. This endpoint provides a list of hostnames that you might encounter when scanning our QR-Codes.

This list only includes hostnames that are relevant to your account.

[
  "https://smartcity.zmyledemo.de",
  "https://www.smartcity-gutschein.de",
  "https://www.zmyle.de"
]

Example Request

curl https://posapi.zmyledemo.de/service/v1.1/gift_cards/hostnames \
  -u <api_key>:<api_secret>

Detect relevant QR-Codes

You can use this list to determine if a QR-Code contains a zmyle giftcard url. More info here.

Last updated

Was this helpful?