# Endpoints ## Endpoint to retrieve all owned subscriptions. - [GET /webhook/management/v1](https://docs.ratepay.com/apis/webhooks/subscription/openapi/subscription_webhooks/endpoints/getsubscriptions.md): Retrieves all subscriptions created and owned by the client identified by the JWT token. ## Endpoint to create a new subscription. - [POST /webhook/management/v1](https://docs.ratepay.com/apis/webhooks/subscription/openapi/subscription_webhooks/endpoints/createsubscription.md): Creates a new webhook subscription accessible only to the client. ## Endpoint to update the properties of the subscription. - [PUT /webhook/management/v1/{id}](https://docs.ratepay.com/apis/webhooks/subscription/openapi/subscription_webhooks/endpoints/updatesubscription.md): # Update Subscription --- The request body must contain the complete information about the subscription. The following values can be updated: The __URL__ used for the webhook, the __event type__ applied to this URL and the __secret__, which is used to sign the payload. It is not possible to change the identification of the subscription. Omitting properties from the request body (e.g. secret) will result in a validation error and return the status code 400. ## Endpoint to unsubscribe from the subscription. - [DELETE /webhook/management/v1/{id}](https://docs.ratepay.com/apis/webhooks/subscription/openapi/subscription_webhooks/endpoints/deletesubscription.md): To resubscribe, you need to create a new subscription.