# Subscriptions Endpoints for subscription management ## Update a subscription - [PUT /subscription/{id}](https://developers.prana.software/webhooks/openwebhooks/subscriptions/updatewebhook.md): Updates the data of an existing subscription ## Delete a subscription - [DELETE /subscription/{id}](https://developers.prana.software/webhooks/openwebhooks/subscriptions/deletewebhook.md): Deletes an existing subscription by its ID ## Get all subscriptions - [GET /subscription](https://developers.prana.software/webhooks/openwebhooks/subscriptions/getbyapikey.md): Retrieves the list of subscriptions associated with the authenticated API Key ## Create a new subscription - [POST /subscription](https://developers.prana.software/webhooks/openwebhooks/subscriptions/subscribe.md): Creates a new subscription to webhook events