Q

QR Code Maker Zapier REST API

REST discovered

Details
URL
https://qr-code-maker.app
Docs
https://qr-code-maker.app/support/integrations/zapier-api
Authentication
OAuth 2.0 bearer access token for QR Code Maker API bearer discovered Get token ↗
Authorization: Bearer <credential>

First obtain QR Code Maker OAuth app credentials as described in the Zapier API Reference. Then send the user to GET /oauth/authorize and exchange the returned code at POST /api/oauth/token to receive an access_token and refresh_token. Use the returned bearer token in API calls until it expires, then refresh it at POST /api/oauth/refresh.