curl --request GET \
--url https://{server-url}/evolutionBot/fetch/:evolutionBotId/{instance} \
--header 'apikey: <api-key>'
{
"message": "OK"
}
curl --request GET \
--url https://{server-url}/evolutionBot/fetch/:evolutionBotId/{instance} \
--header 'apikey: <api-key>'
{
"message": "OK"
}
Your authorization key header
Name of the instance
ID of the evo bot
Successfully fetched sessions
The response is of type object
.