Get webhook event logs
Developing
GET
/projects/{proj_id}/webhooks/event-logs
Get Webhook send log of a project
GET
/projects/<project_id>/webhooks/event-logs?project_id=<project_id>&video_id=<video_id>&live_stream_id=<livestream_id>¤t_page=<current_page_number>&per_page=<per_page_number>&total_items=<total_items>¤t_page_total_items=<current_page_items>
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/webhooks/event-logs' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
200 - OK - Success
{"message":"Webhook Created","result":{"id":"97a7e1e4-dc3a-4d6d-8fd5-3034fbc26067","project_id":"19a2c7db-f22f-4871-9ab7-e9df1021d100","name":"Webhook1","target_url":"http://example.com/webhook","description":"This is a sample webhook","event_type":"event1","events":{"event1":"value1","event2":"value2"},"auth_type":"header","auth_type_api_key_header_name":"Authorization","auth_type_api_key_header_value":"Bearer","secrets":"secret1","created_at":"2024-02-19T12:39:20.319811191Z","updated_at":"2024-02-19T12:39:20.319811241Z","deleted_at":null},"success":true}
Request
Path Params
proj_id
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
Query Params
project_id
stringÂ
optional
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
video_id
stringÂ
optional
Example:
5bf42a8b-8851-4915-bda7-d60e09ac584b
live_stream_id
stringÂ
optional
Example:
6d60bb48-c85a-40dc-835a-29478e5462ba
current_page
stringÂ
optional
Example:
1
per_page
stringÂ
optional
Example:
1
total_items
stringÂ
optional
Example:
1
current_page_total_items
stringÂ
optional
Example:
1
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01