Get Instance
GET
/messaging/whatsapp/{companyId}/instances/{instanceId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/messaging/whatsapp/{{companyId}}/instances/{{instanceId}}' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
instanceId
string
requerido
Exemplo:
{{instanceId}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01