Skip to main content
POST
Verify HMAC proof

Body

application/json
phoneNumber
string
required

The normalized phone number

Example:

"1234567890"

token
string
required

The validation token

Example:

"61591bd88d8f..."

code
string
required

The 6-digit verification code

Example:

"123456"

timestamp
string<date-time>
required

The timestamp when validation started

Example:

"2024-01-15T10:30:00Z"

proof
string
required

The HMAC proof to verify

Example:

"a1b2c3d4e5f6..."

Response

Proof verification result

valid
boolean

Whether the proof is valid

expired
boolean

Whether the validation has expired (24 hours)