Manage your OAuth server
You can manage OAuth resource server profiles through the sys/config/oauth-resource-server
path:
| Path | HTTP Verbs | Description |
|---|---|---|
sys/config/oauth-resource-server | LIST | Fetch details for every profile name in the namespace. |
sys/config/oauth-resource-server/<name> | POST, GET, DELETE | Create, read, update, or delete the named profile. |
For complete request and response schemas, refer to the
Agent Registry API and
/sys/config/oauth-resource-server API
documentation.