Get Webhooks for a project#
📣 this endpoint get webhook for a project . In this GET request the project ID has to be provided in the URL.✳ list of URL parametersproject_id = 36 character in length
📢 Info message : Here URL is contructed like
GET /projects/<project_id>/webhooks
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/webhooks'
Responses
application/json {"message":"Webhook List","result":[],"success":true}
Modified at 2024-07-28 09:45:01