v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
label

get all labels

Retrieve all labels.

post/instances/{id}/client/action/get-labels

Path parameters

idinteger required

Instance ID

Response

return a list labels and their IDs

status'success' | 'error'

Example response

{
  "data": {
    "status": "success",
    "data": {
      "data": []
    }
  },
  "links": {
    "self": "https://waapi.app/api/v1/instances/1/client/action/get-labels"
  },
  "status": "success"
}