Here is an index of all endpoints supported by the Sync Server API.
| API | Function | Endpoint | Operations |
|---|---|---|---|
| Authentication | Get request token | http://api.obexcode.com/request_token | GET |
| Authorize request token | http://api.obexcode.com/v2/authorize | GET | |
| Get access token | http://api.obexcode.com/access_token | GET | |
| Phone Model | Get vendor(s) | http://api.obexcode.com/v2/phones/vendors/ | GET |
| Get phone model(s) | http://api.obexcode.com/v2/phones/vendors/models/ | GET | |
| Sync Engine | Get/create binding(s) | http://api.obexcode.com/v2/syncengine/phone_datastore_bindings/ | GET, POST |
| Request phone setup | http://api.obexcode.com/v2/syncengine/phone_datastore_bindings/setup/ | POST | |
| Datastore | Get list of clients | http://api.obexcode.com/v2/services/datastore/ | GET |
| Retrieve content | http://api.obexcode.com/v2/services/datastore/contents/ | GET | |
| SyncML | Create/list/delete clients | http://api.obexcode.com/v2/services/syncml/ | GET, POST, DELETE |
| Send setup | http://api.obexcode.com/v2/services/syncml/setup/ | POST | |
| Sessions | http://api.obexcode.com/v2/services/syncml/sessions/ | GET | |
| Chatlog | http://api.obexcode.com/v2/services/syncml/sessions/chatlog/ | GET | |
| Google Data | Create/list/delete info | http://api.obexcode.com/v2/services/google | GET, POST, PUT, DELETE |