get https://example.com/vault/api/v1/schemas
Returns the defined schemas.
Log in to see full request history
Responses
200Successful, returns list of defined schemas
Returns the defined schemas.
200Successful, returns list of defined schemas
xxxxxxxxxx
curl --request GET \
--url https://example.com/vault/api/v1/schemas \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!