parsel

List webhook subscriptions

GET/webhooks

List all webhook subscriptions for the current user.

Headers

AuthorizationRequired
Bearer authentication of the form Bearer <token>, where token is your auth token

Query parameters

pageintegerOptional
Page number
page_sizeintegerOptional
Page size

Example Request

curl -X GET https://api.parsel.app/webhooks?page=1&page_size=10
  -H "Authorization: Bearer <bearer_token>"

Response