"+evento"
"-evento"
Authorization: Bearer ********************
{ "messageData": { "acceptWebhook": [ "-qrCode" ], "acceptSecondaryWebhook": [ "+messagesInput" ] } }
curl --location -g --request POST 'https://apinocode01.megaapi.com.br/rest/config/sua instance_key/configAcceptWebhooks' \ --header 'Content-Type: application/json' \ --data-raw '{ "messageData": { "acceptWebhook": [ "-qrCode" ], "acceptSecondaryWebhook": [ "+messagesInput" ] } }'
{ "error": true, "message": "string", "dataMessage": { "acceptWebhook": [ "string" ], "acceptSecondaryWebhook": [ "string" ] } }