Get QR Code for WhatsApp Connection
GET
https://api.zaply.dev/v1/instance/{{INSTANCE_ID}}/setting/qr
instance_id
(string) - The unique identifier of the WhatsApp instance. Replace gej1iz4pta
with your instance ID.base64
(boolean, optional) - Specifies the format of the QR code:true
, returns the QR code as a base64 encoded string.false
(default), returns the QR code image.Headers
Authorization
(string, required) - Bearer token for authentication. Replace {{ZAPLY_AUTH_TOKEN}}
with your API token.Error Codes
401 Unauthorized
- Invalid or missing Authorization
token.404 Not Found
- Instance ID does not exist.500 Internal Server Error
- Server encountered an unexpected condition.Request
Query Params
base64
string
required
Example:
false
Header Params
Authorization
string
required
Example:
Bearer {{ZAPLY_AUTH_TOKEN}}
Request samples
Responses
Modified at 2024-10-15 07:01:15