Q
QR Code Maker Zapier REST API
Details
- URL
-
https://qr-code-maker.app - Docs
- https://qr-code-maker.app/support/integrations/zapier-api
Authentication
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.