Introduction

Welcome to Connectif API documentation!

This document will provide instructions on how to quickly integrate Connectif with different systems by using Connectif HTTP API.

Connectif HTTP API allows you to do things like:

  • Manage Contacts
  • Manage Purchases
  • Manage Products
  • Manage Coupon Sets
  • Manage Imports
  • Manage Exports

Base URL

Our base URL is https://api.connectif.cloud. We only allow HTTPS requests, not HTTP.

Content-Type

All the responses to the requests done to Connectif HTTP API use JSON format. For PATCH, PUT and POST requests it is mandatory to set the Content-Type header to application/json and use a JSON payload unless a different Content-Type is specified. GET requests do not require this header.

To continue, you can read about authentication.