Phone Verification
Update an SMS Verification
PUT
/
entities
/
{ent_id}
/
verification_sessions
/
{evf_id}
Updates an ongoing for an Entity to verify their phone via Method’s SMS verification process.
The Entity will provide the SMS code that was sent to their phone number to complete the verification process.
Path Parameters
The ID of the Entity.
The ID of the EntityVerificationSession.
Body
The EntityVerificationSession will be verifying the Entity's phone. Must be phone
The EntityVerificationSession will be using Method's SMS verification process. Must be sms
The SMS verification configuration.
Returns
Returns an Entity’s verification session object.