# Resources Resources (API resources) represent the APIs that you want to protect with Logto. Each resource has a unique indicator (URI) and a set of scopes (permissions). The resources will be used in the authorization process which conforms to [RFC 8707: Resource Indicators for OAuth 2.0](https://www.rfc-editor.org/rfc/rfc8707.html). See [⚔️ Protect your API](https://docs.logto.io/docs/recipes/protect-your-api/) to learn more about how to define API resources and protect your APIs with Logto. ## Operations - [Get API resources](https://bump.sh/logto/doc/logto-management-api/operation/operation-listresources.md) - [Create an API resource](https://bump.sh/logto/doc/logto-management-api/operation/operation-createresource.md) - [Get API resource](https://bump.sh/logto/doc/logto-management-api/operation/operation-getresource.md) - [Delete API resource](https://bump.sh/logto/doc/logto-management-api/operation/operation-deleteresource.md) - [Update API resource](https://bump.sh/logto/doc/logto-management-api/operation/operation-updateresource.md) - [Set API resource as default](https://bump.sh/logto/doc/logto-management-api/operation/operation-updateresourceisdefault.md) - [Get API resource scopes](https://bump.sh/logto/doc/logto-management-api/operation/operation-listresourcescopes.md) - [Create API resource scope](https://bump.sh/logto/doc/logto-management-api/operation/operation-createresourcescope.md) - [Delete API resource scope](https://bump.sh/logto/doc/logto-management-api/operation/operation-deleteresourcescope.md) - [Update API resource scope](https://bump.sh/logto/doc/logto-management-api/operation/operation-updateresourcescope.md) [Powered by Bump.sh](https://bump.sh)