# List all webhook subscriptions

Source: https://developer.avalara.com/products/e-invoicing/integration-guides/elr/rcn6364629992484/

Guide: E-Invoicing and Live Reporting

# List all webhook subscriptions

**Endpoint**: `GET /einvoicing/webhooks/subscriptions`

Retrieve a list of all webhook subscriptions.

For details see, [GetWebhookSubscription](https://developer.avalara.com/api-reference/e-invoicing/v1.6/methods/Subscriptions/GetWebhookSubscription/).

**Headers**

Name

Description

**avalara-version**

1.5

(Required) The version of the API to use, for example, "1.4."

**Accept**

application/json

**X-Avalara-Client**

ProvidedToYouByAvalara

**Params**

Name

Description

`$top`

The number of items to include in the result.

`$skip`

The number of items to skip in the result.

`count`

Specify whether to include the total count of records in the result.

`countOnly`

Specify whether to return only the count of records, without the list of records.

## Example request

```
curl --location '/einvoicing/webhooks/subscriptions' \
--header 'avalara-version: 1.5' \
--header 'Accept: application/json' \
--header 'X-Avalara-Client: ProvidedToYouByAvalara'
```