OAuth server endpoints
You can manage OAuth resource server profiles with the sys/config/oauth-resource-server
path in the Vault API.
| Path | Operations | Description |
|---|---|---|
sys/config/oauth-resource-server | List | Fetch details for every profile name in the namespace |
sys/config/oauth-resource-server/<name> | Create, Read, Update, Delete | Manage the server profile whose name matches the value you provide |
For complete request and response schemas, refer to the full OAuth server endpoint reference documentation.