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

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 SNA verification process. Must be sna

sna
object
required

The SNA verification configuration.

Returns

Returns an object.