Requirements to work with APIs

To work with Kissflow APIs, you need the knowledge in cURL, Node, Ruby, JavaScript, or Python:

  • Setting up HTTP basic authentication.
  • Making HTTP requests (using GET and POST HTTP methods as a minimum requirement).
  • Generating and reading data in JSON format.
  • Optionally, making HTTP POST requests with body parameters.