# PERSON_MOBILE_NUMBER_VERIFIED

The customer's mobile number was successfully verified. This webhook payload contains the UID of the relevant person, and the request header contains the ID of the mobile number that was verified.

Endpoint: POST PERSON_MOBILE_NUMBER_VERIFIED
Version: 1.0

## Request fields (application/json):

  - `person_uid` (string, required)
    The UID of the person to whom the mobile number belongs.  Note: While named person_uid in this specific payload, this value corresponds to the standard person_id used throughout the rest of the API.
    Example: "fb833083f0f45e046330b3d85019a968cper"


## Response 200 fields
