API Documentation

Lms

A controller for handling resources.

APIDescription
POST lms/leads/authorize/email?accessToken={accessToken} Sends an authentication code to the email address associated with the lead identified by , if exists. The authentication code is required to access the method to obtain contact details.
POST lms/leads/authorize/sms?accessToken={accessToken} Sends an authentication code to the mobile phone number associated with the lead identified by , if exists. The authentication code is required to access the method to obtain contact details.
GET lms/leads/bytoken/contact?accessToken={accessToken}&authToken={authToken}&source={source} Returns lead contact information. The lead is identified by the provided . The will only be accepted once, repeated usage will return null values. The is required. Its value is send by email or sms to authorize access. Use the or to send a token to the user.
GET lms/leads/bytoken?accessToken={accessToken} Returns lead information. The lead is identified by the provided . The will only be accepted once, repeated usage will return null values.