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.
| Endpoint | URL |
|---|---|
| Authorization URL | https://app.myhero.so/oauth/authorize |
| Token URL | https://app.myhero.so/oauth/token |
Step-by-step
- The client redirects the user to
https://app.myhero.so/oauth/authorize. - The user signs in to HERO and approves access.
- HERO redirects back to the client with a
code. - The client exchanges the code at
https://app.myhero.so/oauth/tokenfor an access token.