Skip to main content

REST API

Flexopus REST API

Introduction

Flexopus provides a REST API for each customer tenant secretly. You can access your data and create a custom integration for your use case based on your custom needs. You can generate an API token in your dashboard. Your customized API documentation can be found here:

https://{your-flexopus-domain}.flexopus.com/api/docs/
Flexopus REST API docs

Or you can access the API documentation of the demo tenant here:

Flexopus API Documentation
💡
Note: We have a separated database for each of our client and the client application are hosted on unique domains, therefor you need to use the right URL to access your data.

Flexopus REST API


How can I generate a token?

In Flexopus, go to Dashboard > Settings > Integrations > Flexopus API as an administrator and click Generate token.

  • The token will display once. After closing, it won’t be shown again.
  • If needed, you can generate a new token anytime by clicking Generate new.
Generate API token

Does Flexopus provide webhooks?

Webhooks are still under development and near completion, but due to internal prioritization, they haven’t been released yet. If you require a webhook for a specific use case, please reach out to us at support@flexopus.com and provide details about your requirements.


Is there an API limit in place?

The current API rate limit is set to 60 requests per minute but can be increased for specific customer needs. If you require a higher limit, please send your use case and the desired rate limit to support@flexopus.com. However, we recommend optimizing your code first to minimize requests and ensure only essential requests are made for your application.


Can Flexopus extend the endpoints?

You can request a tailored solution by describing your use case and contacting support@flexopus.com. Your request will be forwarded to the development team for review, and they’ll consider an appropriate solution based on your needs.