v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
instances

list instances

Retrieve a list of your instances.

get/instances

Query parameters

filterstring

Filter instances by ID or name

Response

A JSON array of instances

status'success' | 'error'

Example response

{
  "instances": [
    {
      "id": 1,
      "name": "My first instance",
      "owner": "mail@example.com",
      "webhook_url": "https://my.url.com/webhook/handler",
      "webhook_events": [
        "message",
        "qr"
      ]
    }
  ],
  "status": "success"
}