APIs
1 min
all apis are authenticated with a bearer token(signed using the api user's private key) the logic to generate the token is a part of the sdk, class authtokenservice get apis support filtering with query parameters on attributes defined in the models below example get api/external/vaults/?vaultname=test2 get apis also support pagination use the page to specify the page number and limit to define the number of items per page by default, the limit is set to 20 items, with a maximum allowable value of 50 items per page example get api/external/vaults/?page=1\&limit=20 common http codes are 200, 201, 400, 401, 403, 404, 429, 500 the response body will have the error message in case of an error