Resource servers
Resource servers represent the protected APIs that OAuth clients can request access to. Each resource server is registered within a setup and declares one or more named scopes that clients may be granted. Like setups and clients, resource servers support snapshot-based versioning so that scope changes can be scheduled ahead of time. The API provides full CRUD operations as well as snapshot management.
📄️ Return resource servers of a setup
Lists all resource servers registered within the specified setup. The response
📄️ Create resource server for a setup
Registers a new resource server within the specified setup. The request body
📄️ Return a snapshot of a resource server
Retrieves a specific snapshot of the resource server, identified by the snapshot
📄️ Delete a future snapshot of a resource server
Deletes a scheduled, not-yet-active snapshot of the specified resource server.
📄️ Return a resource server
Retrieves the full configuration of the currently active snapshot of the
📄️ Edit a resource server
Updates the configuration of an existing resource server, including its declared
📄️ Delete a resource server
Permanently deletes the specified resource server and all its declared scopes
📄️ Return all snapshots of a resource server
Lists all versioned snapshots of the specified resource server. Snapshots