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/packages/packagelist
- 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/packages/packagelistResponse
applicaiton/json
{ "packages": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/stores/storelist
- 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/stores/storelistResponse
applicaiton/json
{ "stores": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/memberships/eft
- 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/memberships/eftResponse
applicaiton/json
{ "memberships": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/memberships/noneft
- 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/memberships/noneftResponse
applicaiton/json
{ "memberships": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/memberships/eftdeducttypes
- 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/memberships/eftdeducttypesResponse
applicaiton/json
{ "types": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/memberships/eftdrawdays
- 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/memberships/eftdrawdaysResponse
applicaiton/json
{ "types": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/setup/skintypes
- 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/setup/skintypesResponse
applicaiton/json
{ "types": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/setup/webdocs
- 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/setup/webdocsResponse
applicaiton/json
{ "webdocs": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/setup/paymenttypes
- 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/setup/paymenttypes?storecode=stringstri'Response
applicaiton/json
{ "paymentTypes": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/setup/employees
- 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/setup/employees?storecode=stringstri'Response
applicaiton/json
{ "employees": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/setup/getproducts
- 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/setup/getproducts?storecode=stringstri'Response
applicaiton/json
{ "products": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/setup/getslimcdcredentials
- 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/setup/getslimcdcredentials?storecode=stringstri&type=str'Response
applicaiton/json
{ "products": [ { … } ] }
- Sandbox serverhttps://sandbox.sunlync.net:9000/slapi/setup/profilequestions
- 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/setup/profilequestionsResponse
applicaiton/json
{ "questions": [ { … } ] }