V1Webhooks
webhook一覧取得
Header Parameters
X-Proteger-Auth-Token*string
protegerAccessToken
Content-Type*string
application/json
Accept*string
application/json
Response Body
application/json
curl -X GET "https://example.com/v1/webhooks" \ -H "X-Proteger-Auth-Token: string" \ -H "Content-Type: string" \ -H "Accept: string"[ { "id": "c2e1f15e-7b2e-c59d-d197-a2465ca7e26a", "address": "https://example.com/plans/create", "topic": "plans/create", "createdAt": "2021-01-31T13:16:06.239289+09:00", "updatedAt": "2021-01-31T13:16:06.239289+09:00" }]