List Wallets
GET /wallets/?ownerId={userId}&paginationToken={token}
Retrieves a list of wallets.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Required Permissions
Name | Conditions |
---|---|
| Always Required |
Parameters
Query parameters
Query string parameter | Required/Optional | Description | Type |
---|---|---|---|
| Optional | Filters the wallets returned to the userId of the owner of the wallets. Can be used to get all wallets belonging to a specific end user. | String |
| Optional | Filters the wallets returned to the username of the owner of the wallets. Can be used to get all wallets belonging to a specific end user. | String |
| Optional | Maximum number of items to return. Default to 50. | Number |
| Optional | Opaque token used to retrieve the next page. Returned as | String |
Response
200 Response example
Last updated