post https://waapi.app/api/v1/instances
Create a new instance
Log in to see full request history
Response
Create a new instance
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances \
--header 'accept: application/json'
xxxxxxxxxx
14{
"instance": {
"id": 1,
"name": "My first instance",
"owner": "mail@example.com",
"webhook_url": "https://my.url.com/webhook/handler",
"webhook_events": [
"message",
"qr"
],
"is_trial": 0
},
"status": "success"
}