Build QR management into your workflow
RESTful API and client SDKs for programmatic QR creation, waypoint management, and analytics retrieval.
curl -X POST https://api.waypointqr.com/v1/waypoints \
-H "Authorization: Bearer ***" \
-H "Content-Type: application/json" \
-d '{"label": "summer-campaign",
"destination": "https://acme.co/summer",
"tags": ["campaign", "2026"]}' API Endpoints
/v1/waypointsList all waypoints with filtering and pagination
/v1/waypointsCreate a new waypoint with destination and metadata
/v1/waypoints/:idUpdate waypoint destination, tags, or routing rules
/v1/waypoints/:id/analyticsRetrieve scan data with date range and segmentation
/v1/waypoints/batchBulk create or update up to 500 waypoints per request
/v1/qr/:id/imageGenerate QR code image with custom styles and formats
Client SDKs
Node.js
npm install @waypointqr/sdkPython
pip install waypointqrGo
go get github.com/waypointqr/go-sdkRate Limits by Plan
| Free | Starter | Professional | Business | |
|---|---|---|---|---|
| Requests / min | 60 | 300 | 1,000 | 5,000 |
| Batch size | 10 | 100 | 500 | 500 |
| Webhooks | — | — | ✓ | ✓ |
Browse the full API reference → Documentation