Learn to generate your Flow REST API keys required in the authorization header.

Authenticate your API requests by providing an API key as a value of the Authorization header. All API requests must have this header.

You can get a new API key within the Organisation settings section of the Flow app by selecting the API Keys tab and pressing Create a new API Token . After that you need to select this API key in Outbound section of your REST API integration in the Flow app and press Save.

Generate a new API key:

  1. Go to the Organization settings of the Flow application.
  2. Select the API Keys tab.
  3. Select Create a new API Token.
  4. Ensure the API key is selected in the Outbound section of your REST API integration in the Flow application.

🚧

Treat API keys with care

Never share API keys with other users or applications. DO NOT PUBLISH KEYS in public code repositories.