Skip to main content
All CollectionsFor Developers
Formaloo API documentation
Formaloo API documentation

How to access API documentation of Formaloo

Updated over a week ago

Getting your API Keys

In order to use Formaloo's REST API, first you need to get your API Key and Secret Key form your dashboard. Follow these steps to get your keys:

  • Click on the profile icon on the top right corner of the dashboard.

  • Choose the API Keys.

API Key: This key is used to identify your application and the integration you're using. You have to include it in all requests, with the header x-api-key

Secret Key: You will need this key to acquire the Authorization Tokens, sent in all requests. Please note that the Authorization Token has a short lifetime and will be expired after 30 seconds, but the Secret Key will not be expired and can be used to acquire as many Authorization Tokens as you want.

Did this answer your question?