Auth
Use an API key:Start OAuth auth
GET /identity/api/auth/start
Query parameters:
Response:
Start email OTP
POST /identity/api/auth/email/start
challengeId, maskedEmail, expiresAt,
otpEntryUrl, and startToken.
Start passkey challenge
POST /identity/api/auth/passkey/start
challengeId and webauthnOptionsJson for
navigator.credentials.
Identity client and organization-provider configuration is handled through
developer-portal admin surfaces, not API-key runtime endpoints.
