v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1444175204.9 KB

Retrieves a paginated list of all Wickr networks associated with your Amazon Web Services account. You can sort the results by network ID or name.

get/networks

Query parameters

maxResultsinteger

The maximum number of networks to return in a single page. Valid range is 1-100. Default is 10.

sortFieldsstring

The field to sort networks by. Accepted values are 'networkId' and 'networkName'. Default is 'networkId'.

sortDirection'ASC' | 'DESC'

The direction to sort results. Valid values are 'ASC' (ascending) or 'DESC' (descending). Default is 'DESC'.

nextTokenstring

The token for retrieving the next page of results. This is returned from a previous request when there are more results available.

Response

Success

nextTokenstring

The token to use for retrieving the next page of results. If this is not present, there are no more results.