API Reference
List adresses by webhook
List adresses by webhook.
GET
/
v1
/
webhooks
/
{id}
/
addresses
Authorizations
x-glacier-api-key
string
headerrequiredApi keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Path Parameters
id
string
requiredThe webhook identifier.
Query Parameters
pageToken
string
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
pageSize
integer
default: 10The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 100.
Response
200 - application/json
nextPageToken
string
A token, which can be sent as pageToken
to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
addresses
string[]
requiredtotalAddresses
number
requiredWas this page helpful?