6.8 Retrieve Vault Entries
Operation to retrieve vault entries
6.8.1 Request Body
Base link for the endpoint is https://api.sekuritance.com/{{endpoint}}.
| Event | Request Type | Endpoint |
|---|---|---|
| retrieve vault entries | GET | /v1/vaults/{vaultId}/entries |
6.8.2 Request and Response Sample body JSON Sample
To check the the request and response of the body please check the URL: https://sekuritance.readme.io/reference
6.8.3 Query Parameters
| Query Parameters | Data Type |
|---|---|
| offset | integer |
| pageNumber | integer |
| pageSize | integer |
| paged | boolean |
| sort.sorted | boolean |
| sort.unsorted | boolean |
| unpaged | boolean |
Updated over 4 years ago