Skip to main content
POST
Verify HMAC proof

Tělo

application/json
phoneNumber
string
povinné

The normalized phone number

Příklad:

"1234567890"

token
string
povinné

The validation token

Příklad:

"61591bd88d8f..."

code
string
povinné

The 6-digit verification code

Příklad:

"123456"

timestamp
string<date-time>
povinné

The timestamp when validation started

Příklad:

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

proof
string
povinné

The HMAC proof to verify

Příklad:

"a1b2c3d4e5f6..."

Odpověď

Proof verification result

valid
boolean

Whether the proof is valid

expired
boolean

Whether the validation has expired (24 hours)