Skip to content
This repository has been archived by the owner on Nov 26, 2018. It is now read-only.

revolution-messaging/revere-sync-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Please see https://sync-developers.reverehq.com instead for the latest API documentation

Revere Sync API

Public API V2


This describes the resources that make up the official Revere Sync V2. If you have any problems or requests please contact [Sam Robertson](mailto: srobertson@revolutionmessaging.com).

Current Version

All requests must be made through the API and include the accept header to get the correct version of the API.

For version 2 of constituent API we pass a V2 in the accept header.

Accept: application/vnd.sync.v2+json

Schema

All API access is over HTTPS, and accessed from the sync.revmsg.net domain. All data is sent and received as JSON unless otherwise noted.

Routes with the Authorization header required authorization and an active session. Any route without the Authorization has open access for the public to be used.

GET / HTTP/1.1
Host: sync.revmsg.net
Connection: close
Accept: application/vnd.sync.v2+json
Content-Type: application/json

Base Endpoint

Production

https://sync.revmsg.net

Staging

https://revere-sync-v2-stage.herokuapp.com

Functions

Sync runs triggers based on tags and the access token which is based on a per client basis. Triggers are able to activate various actions and sync data to third-party services such as Revere Calling, Revere Mobile, BSD and more. Sync is the ifttt.com of the progressive movment. Inquire about what is possible with sync by contacting Revolution Messaging.

Endpoints

Constituent Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published