Refonte AI

API Reference

RESTful design principles are the foundation of the Refonte API. It analyzes form-encoded request bodies, sends JSON-encoded responses, uses resource-oriented URLs for predictable interactions, and makes use of verbs, authentication protocols, and standard HTTP response codes.

You may test your integrations without compromising your live data or dealing with production systems thanks to the sandbox mode that the Refonte API offers. The interaction type—live or sandbox—is determined by the API key used for request authentication.

Note that mass updates are not supported by the Refonte API. Every request is made specifically to work with one item.

Languages

Javascript

$   npm install refonteapi --save

Don't see your favorite language?

Let us know if you want (or are interested in writing) a library for a language not represented here!

Updated about 2 months ago