Open API Specificaitons for SunLync API V2
SunLync API (V2) API Definition (0.0.1)
Download OpenAPI description
Overview
API Support
License
Languages
Servers
Sandbox server
https://sandbox.sunlync.net:9000/
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/clients/clientdetails
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://sandbox.sunlync.net:9000/slapi/clients/clientdetails?clientnumber=stringstri'Response
applicaiton/json
{ "firstName": "John", "lastName": "Doe", "middleInit": "D", "address1": "10 Main St", "address2": "Suite 1", "city": "Buffalo", "state": "NY", "zip": "14220", "dob": "1980-12-25T00:00:00.000Z", "homePhone": "7165551234", "cellPhone": "7165555678", "workPhone": "7165559876", "workExt": "123", "gender": "male", "email": "jdoe@test.com", "lastVisit": "2025-06-26T13:39:49.849Z", "homeStore": "Store 1", "skinType": "fair", "eyeColor": "blue", "howHear": "Marketing" }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/clients/ledgerbalance
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://sandbox.sunlync.net:9000/slapi/clients/ledgerbalance?clientnumber=string'Response
applicaiton/json
{ "overallBalance": 4, "generalBalance": 2, "eftBalance": 2 }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/clients/commprefs
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://sandbox.sunlync.net:9000/slapi/clients/commprefs?clientnumber=string'Response
applicaiton/json
{ "allow": true, "email": true, "cellVoice": true, "cellText": true, "homePhone": true, "workPhone": true, "mail": true }