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