Authorization: Bearer ********************curl --location '/v1/webhooks' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 15,
"name": "Primary CRM",
"url": "http://example.com",
"events": [
"worker.status_changed"
],
"is_active": true,
"timeout_seconds": 0,
"secret_prefix": "string",
"last_delivered_at": "2019-08-24T14:15:22.123Z",
"last_response_code": 0,
"consecutive_failures": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"links": {
"first": "https://ram.test/api/v1/workers?page=1",
"last": "https://ram.test/api/v1/workers?page=4",
"prev": null,
"next": "https://ram.test/api/v1/workers?page=2"
},
"meta": {
"current_page": 1,
"from": 1,
"last_page": 4,
"per_page": 50,
"to": 50,
"total": 187
}
}