If string more than 200, it must be base64 qr code. Input number must have country code and + sign.
Request
Body Params application/json
{
"key": "XXX123XXX",
"msisdn": "+6287884494001"
}
Request Code Samples
curl --location 'https://api.omnichannelmessenger.com/api/generate_code' \
--header 'Content-Type: application/json' \
--data '{
"key": "XXX123XXX",
"msisdn": "+6287884494001"
}'
Responses
application/json
Modified at 2024-12-24 14:11:52