Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

EndpointURL
Authorization URLhttps://app.myhero.so/oauth/authorize
Token URLhttps://app.myhero.so/oauth/token

Step-by-step

  1. The client redirects the user to https://app.myhero.so/oauth/authorize.
  2. The user signs in to HERO and approves access.
  3. HERO redirects back to the client with a code.
  4. The client exchanges the code at https://app.myhero.so/oauth/token for an access token.