Verify Email & Get Credentials
Step 2 of onboarding. Exchanges the 6-char code for a verified account, a default org+app, and a JWT pair. Persist the returned api_key.
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
Response
Email verified. The response contains tokens for this auth API plus the brand-new application's client_id and api_key. Persist the api_key securely — it is the long-lived credential used by every verification API call.
RS256-signed JWT. Use as Authorization: Bearer <token> for Account Management endpoints on apx.didit.me/auth/v2.
Refresh token paired with the access token.
Lifetime of the access token in seconds (default 86400).
86400
Minimal organization shape returned inline by POST /programmatic/verify-email/.
Minimal application shape returned inline by POST /programmatic/verify-email/. Persist the api_key immediately.