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

ent_id
string

The ID of the Entity.

evf_id
string

The ID of the EntityVerificationSession.

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 Entity’s verification session object.