API Reference
The QR Code Pro REST API is built on HTTPS and designed to have predictable, resource-oriented URLs. We use standard HTTP response codes, authentication, and verbs.
Authentication
All API requests must be authenticated using a Bearer Token provided in your Account Settings. Header: `Authorization: Bearer YOUR_API_KEY`.
QR Code Management
Manage your dynamic QR codes programmatically. `POST /api/v1/qr`: Create a new dynamic QR code. `GET /api/v1/qr`: List all QR codes. `PATCH /api/v1/qr/{id}`: Update destination URL.
Teams & Collaboration
Manage team access and collaborative workspaces via the Teams API. `GET /api/teams`: List your teams. `POST /api/teams/{id}/members`: Invite a new member.
Need Technical Assistance?
Our engineering team is available for enterprise integration support.
Contact Developer Support