Introduction
The Kulea Application Programming Interface (API) allows third-party systems to integrate with Kulea. The API follows the REST protocol and will require an authorization key provided to you by Kulea. This guide is intended for a technical audience such as developers and webmasters.
Authorisation
Kulea uses API keys to allow authorised access to its API. You can request your API key by contacting Kulea at contacts@kulea.ma
All REST API requests can be authenticated by having the following Authorization header in each request:
Set header field "Authorization={Kulea API Key}"
Please use port 8089 to access all API request i.e. https://acme.prod.kulea.marketing:8089/rest/api/
Any problems then do get in touch at contact@kulea.ma
Definition Describes the fields associated with Kulea Contact records along with its type. REST AP URL Returns all available fields - GET https:/...
Tue, 18 Jun, 2019 at 8:54 AM
Definition Returns a list of Kulea Contacts. This list can be filtered so that you can search against different fields. REST API URL All Contacts - GET ...
Tue, 18 Jun, 2019 at 8:55 AM
Definition Returns a single contact record based on its ID. REST API URL Returns a single contact with id=:id - GET https://{{MA2ID}}.prod.kulea.market...
Tue, 18 Jun, 2019 at 8:56 AM
Definition Returns a list of Kulea Events. This list can be filtered against event types and event dates. REST API URL Filtered Events- GET https://{...
Thu, 1 Dec, 2022 at 2:11 PM
Definition Creates a new Kulea Contact record based on Payload. The only real mandatory field for a Contact is an email address, which must be unique for a...
Tue, 18 Jun, 2019 at 8:58 AM
Definition Updates an existing Kulea Contact record based on ID. You cannot update the email address of an existing contact, but can modify all other field...
Tue, 18 Jun, 2019 at 8:58 AM
Definition Archives an existing Kulea Contact record based on ID. It will set the archive status to true for the Contact and as a result will not be visibl...
Tue, 18 Jun, 2019 at 8:58 AM