/sys/well-known
Use the /sys/well-known
endpoint to list and read registered labels on the .well-known/
path prefix for your Vault instance.
List well-known
List all registered labels.
Method | Path |
---|---|
GET | /sys/well-known |
LIST | /sys/well-known |
Sample request
Sample response
Read well-known
Retrieve information for the specified label.
Method | Path |
---|---|
GET | /sys/well-known/:label |
Parameters
label
(string: <required>)
– URL path parameter specifying the registered label to fetch.
Sample request
Sample response