SupaQR’s API empowers your links (QR Codes) with automated customization, document sharing, and click analytics.

What the API supports

  • Manage your shorts links(QR Codes) and their associated incoming traffic
  • Manage your tags and their associated incoming traffic
  • Manage your branded domains

Base URL

API follows REST principles and enforces HTTPS for all connections, with no HTTP support. The Base URL for all API endpoints is:
https://api.supaqr.com

Authentication

All API endpoints are authenticated using Bearer tokens.
curl --request POST \
--url https://api.supaqr.com \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'
Learn more about how to get your API key.