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

ent_id
string

The ID of the Entity.

Body

type
enum
required

The EntityVerificationSession will be verifying the entity's phone. Must be phone

method
enum
required

The EntityVerificationSession will be using Method's SMS verification process. Must be sms

sms
object
required

The SMS verification configuration.

Returns

Returns an object.