Comment on page

APPLY QR THEME

Apply a QR code theme to a chat flow
QR themes will only apply when a chat flow is published as a QR code. QR themes will have no affect on publishing to other marketing channels.
post
https://api.eyelevel.ai/v1/partner
/flow/qr/:apiKey/:id
APPLY THEME

Request

{
"flow": {
"qrThemeId": INTEGER IDENTIFIER
}
}

qrThemeId

REQUIRED - Integer
Validation: Value is an existing EyeLevel QR theme identifier
The unique integer identifier for the QR theme you are applying to the flow. You can query for qrThemeId by using the GET ALL QR THEME query.

Response

{
"message": "OK"
}