Nurama Developers
Webhook Subscriptions

List the workspace's webhook subscriptions

Newest first. Secrets are never included.

GET
/workspaces/{workspaceId}/webhooks

Newest first. Secrets are never included.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

workspaceId*string

Unique identifier of the workspace.

Formatuuid

Response Body

application/json

curl -X GET "https://example.com/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/webhooks"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c",    "appId": "28c365d5-df94-4a54-8217-3ce51d068868",    "name": "string",    "url": "http://example.com",    "events": [      "task.created"    ],    "status": "active",    "failedOutAt": "2019-08-24T14:15:22Z",    "failedOutReason": "string",    "expiresAt": "2019-08-24T14:15:22Z",    "createdById": "e13e432a-5323-4484-a91d-b5969bc564d9",    "lastDeliveryAt": "2019-08-24T14:15:22Z",    "lastSuccessAt": "2019-08-24T14:15:22Z",    "lastFailureAt": "2019-08-24T14:15:22Z",    "createdAt": "2019-08-24T14:15:22Z",    "updatedAt": "2019-08-24T14:15:22Z"  }]