Get webhook subscription
GET/webhooks/{id}
Get a specific webhook subscription by ID.
Headers
AuthorizationRequired
Bearer authentication of the form Bearer <token>, where token is your auth token
Path parameters
idstringRequired
Webhook subscription ID
Example Request
curl -X GET https://api.parsel.app/webhooks/123e4567-e89b-12d3-a456-426614174000 -H "Authorization: Bearer <bearer_token>"