Flow Client Token

The Flow client token is used as a query parameter on medium security level Flows. Flows at the lowest level of security are accessed by its alias alone. The “Webhook” level of security allows a client to pass along this token to identify itself as a safe party to Azuqua. Anyone with this client token will be able to access this Flow with the following Azuqua API routes:

  • Invoke a Flow
  • Resume a Paused Flow
  • Retry a Flow
  • Generate an Open API Specification for this Flow

For more information about these routes, please check out ourĀ API documentation.

Learn more about API Endpoint Flows