Token Exchange
Authentication
Token Exchange
Exchange workspace and user API keys for a Daly JWT
POST
Token Exchange
POST /auth/token
Use this endpoint to obtain the Daly JWT used by protected API routes.This interactive page targets the production OpenAPI server at
https://api.dalyenergy.com.When to Use It
- Use this when your integration stores Daly workspace and user API keys directly.
- If your client starts from Supabase auth instead, use the
/auth/workspacesand/auth/exchange-supabaseflow.
Request Notes
workspace_idis the workspace API key.user_idis the user API key.- The current response contract returns
{ "result": "success", "token": "<jwt>" }.
