Phone Verification
Update an SNA Verification
PUT
/
entities
/
{ent_id}
/
verification_sessions
/
{evf_id}
Updates an ongoing for an Entity to verify their phone via Method’s SNA verification process.
Method will verify that the at least one of the URLs was accessed from a mobile device matching the Entity’s phone number.
Path Parameters
ent_id
string
The ID of the Entity.
Body
type
enum
requiredThe EntityVerificationSession will be verifying the Entity's phone. Must be phone
method
enum
requiredThe EntityVerificationSession will be using Method's SNA verification process. Must be sna
sna
object
requiredThe SNA verification configuration.
Returns
Returns an Entity’s verification session object.