CounselMore API documentation


/zLogin


POST


Inputs

body.username

body.password


Response (Object)

{

   message: "Authentication successful",
   uid: authUser.user.uid,
   email: authUser.email,
   accessToken: authUser.refreshToken

}



/pullContactsForZapier


GET


headers.host === 'zapier.com'


Inputs

query.username

query.password


Response (Array)

[

 {

   E-mail: email,

   First Name: firstName,ID : id,

   Last Name: lastName,

   Phone Number: phoneNumber

 }

]