Articles on: Developers
This article is also available in:

Flokzu public API (Open API)

You can find the API documentation at https://flokzu.stoplight.io/


What can be done with the Flokzu public API?


The Open API allows you to interact with Flokzu from external systems, enabling integration with your own technology stack.


Available operations


Instances and processes


  • Get process instance: Allows you to retrieve data from an existing instance. It receives the instance identifier as a parameter and returns a JSON with its data, including field content and metadata. More information
  • New process instance: Allows you to create a new instance. In the parameters, you must specify the process and the content of the fields to be completed. By default, the initiator of new instances will be the System user, but you can modify this by adding new headers to the request. More information
  • Update process instance: This operation allows you to modify the data of a previously created instance. It is useful when you need to update information from an external system. More information.


Databases


  • Get record: This endpoint retrieves the first record that matches a specified condition. More information
  • Add record: Used to add a new record to a specific database. It is ideal for adding data from external systems or automating data entry in Flokzu. More information
  • Update record: Used to update an existing record using its ID. Only the columns included in the request are modified. If the 'withinsert' property is set to true, a new record will be inserted if the one to be updated is not found. More information
  • List records: This endpoint retrieves a list of records that match a specified condition. More information


User management


  • Send new user invitation: Sends an invitation to create a new account. The user will receive an email with a confirmation link and must enter their details. More information
  • Delete user account: Deletes a user account from your tenant. More information
  • Add user role: Adds a role to a user. Both the role and the user must already exist. More information
  • Remove user role: Removes a role from a specified user. More information
  • Get user roles: Lists the roles of a user. More information


Misc


  • Echo (Echo): Returns the same data passed as a parameter.
  • Operations (Operations): sum, concat, contains.


Keep in mind that most of the operations provided in the API are available only for paid plans.


Request limits


Request limits are restrictions imposed by Flokzu on the number of times the OpenAPI can be called from the same IP address within a specified period of time.


These limits are a common practice for APIs to help protect against abuse or misuse and ensure fair access for everyone, preventing any individual or organization from making an excessive number of requests that could overload the API for others.


OpenAPI request limit


You can send up to 100 requests per minute. If you exceed this limit, you will be blocked for 1 minute and a 429 error code will be returned.


Is it possible to increase this limit?


Unfortunately, it is not possible to increase this limit.


Updated on: 15/04/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!