Phone Verification
Create an SNA Verification
POST
/
entities
/
{ent_id}
/
verification_sessions
Creates a new for an entity to verify their phone via Method’s SNA verification process.
This starts the verification process by sending a list of URLs in the response. The URLs should be opened (via background XHR or mobile browser) from the Entity’s device matching the phone number provided.
Path Parameters
The ID of the Entity.
Body
The EntityVerificationSession will be verifying the entity's phone. Must be phone
The EntityVerificationSession will be using Method's SNA verification process. Must be sna
The SNA verification configuration.
Returns
Returns an object.