APIEndpoints
GET /v1/workspaces/{workspaceId}/webhooks
List webhook endpoints for a workspace.
GET
/v1/workspaces/{workspaceId}/webhooksPath Parameters
workspaceId*string
Format
uuidResponse Body
application/json
curl -X GET "https://api.hyrelog.com/v1/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/webhooks"{
"webhooks": [
{
"id": "string",
"url": "string",
"status": "string",
"events": [
"string"
],
"projectId": null,
"lastSuccessAt": null,
"lastFailureAt": null,
"failureCount": 0,
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}