cURL
curl --request GET \ --url https://api.copass.id/api/v1/storage/sandboxes/{sandbox_id}/vault \ --header 'Authorization: Bearer <token>'
{ "keys": [ "<string>" ], "count": 123 }
List object keys in the vault under a prefix.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Key prefix to filter by
1 <= x <= 10000
Successful Response