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:
Our base URL is https://api.connectif.cloud. We only allow HTTPS requests, not HTTP.
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.