Authorization endpoint (authorization_code)

Begin the SMART App Launch authorization_code flow. Redirect the user's browser here; on approval the server redirects to your redirect_uri with a code to exchange at the token endpoint. PKCE (S256) is supported.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
Defaults to code
string
required
string
required
string
required

Space-separated SMART scopes

string
required
string
required

The FHIR base URL of the endpoint you're connecting to (a customer endpoint from the directory, or the demonstration endpoint for testing)

string
string
Defaults to S256
Response
302

Redirect to redirect_uri with an authorization code

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!