What is it?
Lets third-party apps, browser integrations, and AI hosts (ChatGPT, Claude, Gemini) call the API on behalf of a user.- Issuer:
https://api.notifique.dev - PKCE required (S256)
- Dynamic Client Registration (DCR)
Metadata (discovery)
Short flow
POST /oauth/register— register client (DCR)- Redirect user to
/oauth/authorizewith PKCE - User approves scopes in browser
POST /oauth/token— exchangecode+code_verifier- Call
/v1/*withAuthorization: Bearer <access_token>
Workspace OAuth apps (API v1)
Manage apps created in the workspace dashboard (different from DCR at/oauth/register for MCP hosts):
For DCR client registration (ChatGPT, Claude, MCP integrations), use
POST /oauth/register — see OAuth Quick Start.
Full guide
Next steps
- Platform introduction
- API keys: when OAuth is not needed

