top of page

Kiwire 3.0 API Documentation      >        General  

Kiwire 3.0 API Documentation

 

General

 

This document is to explain how 3rd party software can Access and Modify Kiwire and this document is only meant to be use with Kiwire 3.0 To access  Kiwire API :-

  • Use https instead of http. In term of security, https only allow authorization and secured transaction . All information needs to be secured in order to prevent unauthorized access.

  • Use valid Certificate Authorities (CA). CAs play a critical role in how the internet operates and how transparent, trusted transactions can take place online.

Header

General request url

 

Kiwire API v3.0 can be trigger using this URL; https://{{kiwire_ip}}/api/{{module}}/ where;

{{kiwire_ip}}  = Kiwire IP address

{{module}}    = Module

 

Currently, Kiwire only provided API for these modules;

  1.   Cloud

  2.   Admin

  3.   User

  4.   Voucher

  5.   Profile

  6.   Zone Restriction

  7.   Controller

  8.   Auto Reset

  9.   Campaign

  10.   Ads

  11.   Role

  12.   Zone

  13.   Zone Rule

  14.   Pages

  15.   Journey

bottom of page