> ## Documentation Index
> Fetch the complete documentation index at: https://resend.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Protected Resource Metadata

> RFC 9728 discovery document for api.resend.com as an OAuth resource server.

RFC 9728 metadata. Points at the authorization server(s) that can issue tokens for `api.resend.com`.

<RequestExample>
  ```bash cURL theme={"theme":{"light":"github-light","dark":"vesper"}}
  curl 'https://api.resend.com/.well-known/oauth-protected-resource'
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={"theme":{"light":"github-light","dark":"vesper"}}
  {
    "resource": "https://api.resend.com",
    "authorization_servers": ["https://api.resend.com"],
    "bearer_methods_supported": ["header"],
    "scopes_supported": ["full_access", "emails:send"],
    "resourceDocumentation": "https://resend.com/docs/api-reference"
  }
  ```
</ResponseExample>

Response is cached for 300 seconds (`Cache-Control: public, max-age=300`).
