# OAuth discovery

> Source: https://elaichi.ai/docs/api-reference/oauth-discovery/

Base URL: `https://api.truto.one/unified/`

Set the `integrated_account_id` query parameter on every request to scope it to a specific connection.

## Resources

- [.well Known](/docs/api-reference/oauth-discovery/well-known)
  - [GET /.well-known/oauth-protected-resource](/docs/api-reference/oauth-discovery/well-known/getoauthprotectedresourcemetadata) — Protected resource metadata (RFC 9728)
  - [GET /.well-known/oauth-authorization-server](/docs/api-reference/oauth-discovery/well-known/getoauthauthorizationservermetadata) — Authorization server metadata (RFC 8414)
  - [GET /.well-known/openid-configuration](/docs/api-reference/oauth-discovery/well-known/getopenidconfiguration) — OpenID Connect discovery document (OIDC Discovery 1.0 §3)
