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