Lender's Vault Exposure

Authorizations
AuthorizationstringRequired
Bearer token authentication. Example: "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Responses
200
OK
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Internal server error
application/json
502
Bad Gateway
application/json
503
Service Unavailable
application/json
get
https://api.example.xyz/e/v1/vaultsAuthorizations
AuthorizationstringRequired
Bearer token authentication. Example: "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
Path parameters
vault_idstringRequired
Vault ID
Query parameters
Responses
200
OK
application/json
400
Bad request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Internal server error
application/json
502
Bad Gateway
application/json
503
Service Unavailable
application/json
get
https://api.example.xyz/e/v1/vaults/{vault_id}Last updated