Get started in three steps
Register your first custom action with the Flowent API Gateway and start extending Flowent’s capabilities.Step 1: Create API Credentials
Get your API token
Get your API token
- Log into your Flowent admin panel
- Navigate to Gateway Management → API Tokens
- Click Create New Token and give it a descriptive name
- Copy the token and store it securely (you won’t be able to see it again)
Create HMAC key
Create HMAC key
- In Gateway Management, go to HMAC Keys
- Click Create New Key
- Copy the key and store it securely on your server
Step 2: Exchange Token for JWT
Before making API calls, exchange your API token for a JWT token:JWT tokens expire after 24 hours. Exchange your API token again when needed.
Step 3: Register Your First Action
Register an action with your webhook endpoint:Next steps
API Concepts
Learn about authentication, webhooks, and security.
API Reference
Explore the complete API specification.