Skip to main content

Fetch Instances

MethodEndpoint
GET[baseUrl]/instance/fetchInstances

Data to be sent in the Request

This request has no payload.

Data returned from the Request

[
{
"instance": {
"instanceName": "[instance]",
"owner": "[remoteJid]",
"profileName": "[pushName]",
"profilePictureUrl": "[profilePictureUrl]",
"profileStatus": "[profileStatus]",
"status": "open",
"apikey": "[apikey]"
}
},
{
"instance": {
"instanceName": "[instance]",
"status": "connecting",
"apikey": "[apikey]"
}
}
]