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

Documentation Index

Fetch the complete documentation index at: https://docs.zapthinker.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 n8n atualizadas com sucesso.

message
string
Example:

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