# Retrieve all webhook subscriptions for the caller **GET /webhook/getSubscriptions** ## Servers - Production server: https://public-api.joinswsh.com (Production server) ## Authentication methods - Api key auth ## Parameters ### Query parameters - **limit** (integer) The maximum number of webhook subscriptions to retrieve - **cursor** (string) A cursor received from a previous request to retrieve the next page of results ## Responses ### 200 Webhook subscriptions retrieved successfully #### Body: application/json (object) - **data** (array[object]) - **cursor** (string) A cursor to be used in subsequent requests to retrieve the next page of results. If this is `{}`, there are no more results to retrieve. - **warnings** (array[string]) [Powered by Bump.sh](https://bump.sh)