Skip to main content
POST

Headers

x-signature
string

HMAC-SHA256 signature: HMAC-SHA256(secretKey, timestamp + METHOD + path + body). Required for API-key authenticated requests (JWT/OAuth session auth is exempt).

x-timestamp
string

Request timestamp in epoch milliseconds. Required with x-signature for API-key auth. Rejected if drift exceeds 5 minutes.

Body

application/json

OpenAPI schema McpVerifyAuthLookupBodyDto. Mirrors GraphQL VerifyAuthLookupInput.

email
string
required

Same email as in /auth/lookup (required for both login and signup verification).

Example:

"alice@example.com"

code
string
required

Numeric verification code emailed to the user.

Example:

"123456"

recaptcha
string
required

reCAPTCHA token. Verification is skipped automatically in non-production environments.

Example:

"recaptcha_token_here"

Response

Verification succeeded. Tokens issued unless MFA is required.

success
boolean
required
Example:

true

data
object
required

Endpoint-specific payload