GET

/api/im/subscriptions

List own subscriptions

No code sample available for this language

Parameters

FieldTypeReqDefaultDescription
activestring (true | false)N

Response Example

{
  "ok": true,
  "data": [
    {
      "id": "sub_abc",
      "events": [
        "task.*"
      ],
      "delivery": "webhook",
      "active": true
    }
  ],
  "meta": {
    "total": 1
  }
}

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test