-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcreate-instance.json
More file actions
21 lines (21 loc) · 933 Bytes
/
create-instance.json
File metadata and controls
21 lines (21 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"method": "POST",
"url": "https://api.z-api.io/instances/integrator/on-demand",
"httpVersion": "HTTP/1.1",
"queryString": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "Authorization",
"value": "Bearer SEU-TOKEN-AQUI"
}
],
"cookies": [],
"postData": {
"mimeType": "application/json",
"text": "{\"name\": \"Instancia Z-API - 9292812\", \"deliveryCallbackUrl\": \"https://endereco-do-seu-sistema.com.br/instancia/SUA_INSTANCIA/delivery\", \"receivedCallbackUrl\": \"https://endereco-do-seu-sistema.com.br/instancia/SUA_INSTANCIA/receive\", \"disconnectedCallbackUrl\": \"https://endereco-do-seu-sistema.com.br/instancia/SUA_INSTANCIA/disconnected\", \"messageStatusCallbackUrl\": \"https://endereco-do-seu-sistema.com.br/instancia/SUA_INSTANCIA/status\"}"
}
}