Developer Feature

Build QR management into your workflow

RESTful API and client SDKs for programmatic QR creation, waypoint management, and analytics retrieval.

bash
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

GET/v1/waypoints

List all waypoints with filtering and pagination

POST/v1/waypoints

Create a new waypoint with destination and metadata

PATCH/v1/waypoints/:id

Update waypoint destination, tags, or routing rules

GET/v1/waypoints/:id/analytics

Retrieve scan data with date range and segmentation

POST/v1/waypoints/batch

Bulk create or update up to 500 waypoints per request

GET/v1/qr/:id/image

Generate QR code image with custom styles and formats

Client SDKs

Node.js

npm install @waypointqr/sdk

Python

pip install waypointqr

Go

go get github.com/waypointqr/go-sdk

Rate Limits by Plan

FreeStarterProfessionalBusiness
Requests / min603001,0005,000
Batch size10100500500
Webhooks