cURL
Auth API (Programmatic)
Programmatic Login
Authenticate and receive an RS256 JWT pair (default lifetime 86400s). Programmatic accounts only; console-created accounts are refused.
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.didit.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Response
Login successful. Returns a fresh JWT pair. Use the access_token as Authorization: Bearer <token> against /organizations/me/... to look up the org_id, app_id, and api_key.