v1

latestOpenAPI 3.0.12026-07-2471135326.0 KB
Forwards

List Forward Processes

get/v1/forwards

Response

Successful Operation

Example response

{
  "meta": {
    "timestamp": 1597166699457,
    "transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
    "explain": "a descriptive text"
  },
  "items": [
    {
      "description": "Process description",
      "active": true,
      "response": "You were unsubscribed successfully",
      "name": "Process name",
      "keywords": [
        "keyword"
      ],
      "externalId": "123456789"
    }
  ]
}