Kizeo Forms Documentations

Kizeo Forms Documentations

  • Kizeo Connector
  • API Rest V3
  • Deep linking
  • Languages iconEnglish
    • Français

›Getting started

Getting started

  • Rest V3
  • How to activate cURL (PHP)

Forms

  • Operations on forms
  • Samples

Lists

  • Operations on lists
  • Samples

Users

  • Operations on users
  • Samples

Data

  • Operations on data
  • Samples

Exports

  • Operations on exports
  • Samples

Tips

  • Tips

Rest V3

First steps

What you first keep in mind when using Web services is to understand that this will require development skills in your company. The pros of Web Service (RESTful) is that you can easily use it with your preferred language assuming that you can do HTTPS requests to our servers with json. Here is a non-exhaustive list of common usable language :

  • C# (ASP.NET : Web Service client)
  • C++
  • Go
  • Java
  • Javascript
  • Objective C
  • Perl
  • PHP
  • Python
  • Ruby
  • etc.

At Kizeo, thanks to our developpers, we can strongly advise you to use the following languages :

  • Java
  • Javascript
  • PHP

Here is what you will need to start the development of your application using the Web Service of Kizeo Forms :

  • Swagger Doc : https://www.kizeoforms.com/rest/v3/doc (This doc shows off all different functions available wit our Web Service)
  • Web Service root address : https://www.kizeoforms.com/rest/v3/ (for instance, to use the forms function, you must call https://www.kizeoforms.com/rest/v3/forms)

Retrieving the Token

Once you retrieve your token, you will need to put it into your HTTPS headers :

Authorization: YOUR_TOKEN

To get a token, you need to write an email to our support team (support@kizeo.com). The request must be sent by an administrator (the sender's email address has to match the one in Kizeo Forms). You must specify :

  • The company code
  • The user_id for which the token must be created for (administrator or a group leader)
How to activate cURL (PHP) →
  • First steps
  • Retrieving the Token
Kizeo Forms Documentations
Docs
Kizeo ConnectorAPI (Web Service REST)Deep linking
Kizeo FormsGitHubStar
Follow @kizeo
Copyright © 2025 Kizeo