Docs
OAuth and account API documentation for developers building with Starving Devs accounts.
OAuth Quickstart
Create an app, redirect users to the authorization endpoint with PKCE, exchange the code for tokens, and verify ID token claims.
GET https://accounts.starvingdevs.com/oauth/authorize
POST https://accounts.starvingdevs.com/oauth/token
GET https://accounts.starvingdevs.com/api/v1/accountOpen interactive docs