Routes
Create a session
Returns the Id of the created session.
Request Body
contactEmailstring
Contact email address of the person the session is being created for
contactPhonestring
Contact phone number of the person the session is being created for
firstNamestring
First name of the person the session is being created for
lastNamestring
Last name of the person the session is being created for
metadataobject
Additional session metadata object, provided as a Map<String, String>.
personalNumberstring
Personal number that identifies the person the session is being created for
Responses
sessionIdstring
The session Id.
cURL
curl https://api.insurely.com/sessions \ -X POST