Phone Verification
Create an SMS Verification
POST
/
entities
/
{ent_id}
/
verification_sessions
Creates a new for an entity to verify their phone via Method’s SMS verification process.
This starts the verification process by sending a SMS code to the entity’s phone number on record. The entity will then need to provide the SMS code to verify their phone number.
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 SMS verification process. Must be sms
The SMS verification configuration.
Returns
Returns an object.