GET
/
evolutionBot
/
fetch
/
:evolutionBotId
/
{instance}
curl --request GET \
  --url https://{server-url}/evolutionBot/fetch/:evolutionBotId/{instance} \
  --header 'apikey: <api-key>'
{
  "message": "OK"
}

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

evolutionBotId
string
required

ID of the evo bot

Response

200 - application/json

Successfully fetched sessions

The response is of type object.