The Syntropy API follows RESTful conventions when possible, with most operations performed via standard HTTP verbs like GET
, POST
, PATCH
, and DELETE
. Our API has predictable resource-oriented URLs and uses standard HTTP response codes, authentication. Request and response bodies are JSON-encoded.
Step by step
Integrating Syntropy API into your app or website can begin as soon as you create a Syntropy account, and requires few steps:
- Create a new Access Token from your account so Syntropy can authenticate your integration’s API requests (make sure to copy that token somewhere safe because you won't see it again, and you need it for the next step).
- Make a test API request to confirm everything is up and running: browse any API endpoint available, then under
Authentication
>Header
> putYOUR_ACCESS_TOKEN_HERE
(from the previous step)
- Then click the
Try It!
button, and you should have any of20x
code responses with relevant payload.