Get account settings
GET
/waInstance{{idInstance}}/getSettings/{{apiTokenInstance}}Documentation GetSettings
Request
None
Request samples
Responses
getSettings(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
ExamplegetSettings
{
"wid": "79001234567@c.us",
"countryInstance": "", // Deprecated
"typeAccount": "", // Deprecated
"webhookUrl": "https://mysite.com/webhook/green-api/",
"webhookUrlToken": "",
"delaySendMessagesMilliseconds": 3000,
"markIncomingMessagesReaded": "no",
"markIncomingMessagesReadedOnReply": "yes",
"sharedSession": "no", // Deprecated
"proxyInstance": "system proxy", // Deprecated
"outgoingWebhook": "yes",
"outgoingMessageWebhook": "yes",
"outgoingAPIMessageWebhook": "yes",
"incomingWebhook": "yes",
"deviceWebhook": "no", // Temporarily not working
"statusInstanceWebhook": "no", // Deprecated
"stateWebhook": "yes",
"enableMessagesHistory": "no", // Deprecated
"keepOnlineStatus": "yes",
"pollMessageWebhook": "yes",
"incomingBlockWebhook": "no", // Temporarily not working
"incomingCallWebhook": "yes",
"editedMessageWebhook": "no",
"deletedMessageWebhook": "no"
}
Last modified: 18 days ago