Tracira
API referenceUtilities

List webhook subscriptions

GET
/api/subscriptions

Authorization

webhookToken
AuthorizationBearer <token>

Workspace webhook token from Settings -> Integrations.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/subscriptions"
{  "subscriptions": [    {      "id": "string",      "url": "string",      "events": [        "string"      ],      "source": "string",      "createdAt": "2019-08-24T14:15:22Z",      "lastDeliveryAt": "2019-08-24T14:15:22Z",      "lastDeliveryOk": true,      "lastDeliveryStatus": 0    }  ]}
{  "error": "string",  "code": "string",  "fields": {    "property1": "string",    "property2": "string"  }}