Skip to main content
PATCH
Set or clear phone-number verification timestamp

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
phoneNumber
string
required

Phone-number value (e.g. +14165551234) of the entry to update.

verifiedAt
string<date-time> | null

ISO date marking when the number was verified. Pass null to clear verification.

Response

Phone verification updated

data
object
required
message
string