Skip to main content
GET
/
evoai
/
fetchSettings
/
{instance}
Find settings EvoAI bot
curl --request GET \
  --url https://{server-url}/evoai/fetchSettings/{instance} \
  --header 'apikey: <api-key>'
{
  "message": "Configurações do bot EvoAI atualizadas com sucesso"
}

Documentation Index

Fetch the complete documentation index at: https://doc.evolution-api.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Nome da instância

Response

200 - application/json

Configurações do bot EvoAI atualizadas com sucesso.

message
string
Example:

"Configurações do bot EvoAI atualizadas com sucesso"