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 navigate to Dashboard > Settings > Integrations > Flexpus API as an administrator and click on the Generate token button. Once you generated the token, it will be displayed for you once. After closing the window, the token will not be displayed again, however you can generate a new token at any time by clicking on the button Generate new.

Generate API token

Does Flexopus provide webhooks?

The webhooks are currently in development. They are almost done, however do to an internal prioritization we did not released them yet. In case you are in need of a webhook for your use case, contact us via support@flexopus.com, and please describe your use case.


Is there an API limit in place?

Currently, we applied an API rate limit of 60 request / minute, however it can be increased per customer in case you require a higher limit. To increase it, please describe your use case and the required API limit you seek and sent it to support@flexopus.com. Bur first, try to optimize your code in order to make only the amount of request that are required for your use case.


Can Flexopus extend the endpoints?

Anything is possible, if you describe your use case and inform us via support@flexopus.com. Your request will be forwarded to the development team, and they will consider a solution for your use case.

R0072