API ReferenceInbound Apps (OAuth)

Inbound Apps (OAuth) APIs

These endpoints implement Descope's OAuth 2.0 / OpenID Connect authorization server for Inbound Apps. Third-party applications, backend services, and agentic clients use them to obtain access tokens scoped to your Resources.

For conceptual guidance, grant types, and example requests, see Authorization server endpoints.

Endpoints

RouteMethodsDescription
/oauth2/v1/apps/authorizeGET, POSTStart user authentication and consent (GET, POST)
/oauth2/v1/apps/tokenPOSTIssue, refresh, and exchange tokens (Token endpoint)
/oauth2/v1/apps/revokePOSTRevoke tokens (Revoke)
/oauth2/v1/apps/userinfoGET, POSTRead token claims (GET, POST)

Base URL: https://api.descope.com (or your custom domain).

Configure Inbound Apps

Use the Management API to create Inbound Apps, rotate secrets, and manage consents programmatically.

Was this helpful?

On this page