API Guide

submoney.co API is based on REST protocol. We have carefully ensured that our API uses familiar Rest concepts such as predictable resource-oriented URLs, JSON-encoded responses, standard HTTP response codes, authentication, and verbs.

We provide an isolated development (sandbox) environment that allows you to test features without impacting the production environment.

Sandbox Environment URL

https://api-testnet.submoney.co

Production Environment URL

https://api.submoney.co

We do not support bulk updates via the API. You can work on only one object per request.

Last updated