curl --location 'https://stg-gateway.invora.app/api/billing/v2/webhook-endpoints/list' \
--header 'Content-Type: application/json' \
--data '{
"filter": {
"textSearch": "string"
},
"sort": {
"rules": [
{
"createdAt": "SORT_DIRECTION_UNSPECIFIED"
}
]
},
"pagination": {
"limit": "string",
"skip": "string",
"cursor": "string"
},
"readMask": "string",
"view": "VIEW_UNSPECIFIED"
}'{
"items": [
{
"createdAt": "2019-08-24T14:15:22.123Z",
"id": "string",
"name": "string",
"organization": {
"accessibleByCurrentSession": true,
"billingConfiguration": {
"documentLocale": "string",
"id": "string",
"invoiceFooter": "string",
"invoiceGracePeriod": 0
},
"canCreateBillingEntity": true,
"defaultCurrency": "CURRENCY_ENUM_UNSPECIFIED",
"id": "string",
"logoUrl": "string",
"name": "string",
"timezone": "TIMEZONE_UNSPECIFIED"
},
"updatedAt": "2019-08-24T14:15:22.123Z",
"webhookUrl": "string"
}
],
"totalCount": "string",
"nextPageCursor": "string"
}