Skip to main content

Authorization

NATE COSMIC uses the OAuth authorization code flow.

Flow summary

  1. Redirect to the authorization endpoint.
  2. User authenticates and grants consent.
  3. Callback includes an authorization code.
  4. Backend exchanges code for access_token.
For full request details, see OAuth guide.