Get all Webhooks
GET {{baseUrl}}/webhooks
Returns data about all the Webhooks of a company.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":"ok","success":true,"data":[{"id":1,"company_id":1,"owner_id":1,"user_id":1,"event_action":"added","event_object":"activityType","subscription_url":"http://example.org","version":"1.0","is_active":1,"add_time":"2019-10-25T08:25:27.000Z","remove_time":null,"type":"general","http_auth_user":null,"http_auth_password":null,"additional_data":{},"remove_reason":null,"last_delivery_time":null,"last_http_status":null,"admin_id":1}]}