Authentication response

The following is a sample authentication response indicating that authentication against the endpoint was a success. The response format is JSON.

Copy
{
  "installName": "<myCustomerID>",
  "wsdlUrl": "https://cloud.na.sagecrm.com/<CustomerID>/eware.dll/webservices/CRMwebservice.wsdl",
  "wsUrlConnection": "https://cloud.na.sagecrm.com/<CustomerID>/eware.dll/webservices/",
  "web2LeadUrl": "https://cloud.na.sagecrm.com/<CustomerID>/eware.dll/SubmitLead",
  "sDataUrl": "https://cloud.na.sagecrm.com/sdata/<CustomerID>j/sagecrm/",
  "edition": "professional",
  "domain": "cloud.na.sagecrm.com",
  "userId": 1,
  "teamId": 1,
  "found": true,
  "userAuthenticated": true,
  "userWebServicesEnabled": true,
  "userDisabled": false
}