The Flowcode API is a RESTful API that lets you programmatically leverage the Flowcode platform:
- π Create and manage (dynamic QR) Flowcodes at scale
- π Extract real-time analytics data from your Flowcodes and Flowpages
- βΎοΈ Seamlessly integrate the API into your application
- Create a free Flowcode account at Flowcode.com β and a developer account via the π οΈ Developer Portal β
- Authorization: generate an
API key
(via the Developer Portal) to use as authorization for the API endpoints.
π» Check out code examples with the API here
- Embed a Flowcode Generator in your application β
- Bulk Generate 1:1 Codes β
- Ingest Flowcode and Flowpage data into your ETL pipeline β
- Best Practices for Flowcode Design (via API) β
Please visit our π οΈ Developer Portal β for more information about each API endpoint and try our interactive test environment.
API | Endpoint URL | Type | Description |
---|---|---|---|
Create a Flowcode | https://gateway.flowcode.com/v4/codes |
POST | Creates a Flowcode |
Get All Flowcodes | https://gateway.flowcode.com/v4/codes |
GET | Returns a list of Flowcodes accessible by this user |
Fetch Flowcode | https://gateway.flowcode.com/v4/codes/{code_id} |
GET | Returns metadata for a specified Flowcode |
Update Flowcode | https://gateway.flowcode.com/v4/codes/{code_id} |
PATCH | Updates a Flowcode according to specified parameters |
API | Endpoint URL | Type | Description |
---|---|---|---|
Create Flowcodes in bulk | https://gateway.flowcode.com/v4/codes/bulk |
POST | Create codes in bulk using a single request |
Update codes in bulk | https://gateway.flowcode.com/v4/codes/bulk |
PUT | Update codes in bulk using a single request |
Create codes in bulk from CSV | https://gateway.flowcode.com/v4/codes/bulk/csv |
POST | Create codes in bulk from CSV (comma-separated values) input |
View status of bulk request | https://gateway.flowcode.com/v4/codes/bulk/{task_id}/status |
GET | View the status of an asynchronous bulk request |
API | Endpoint URL | Type | Description |
---|---|---|---|
Generate static code image | https://gateway.flowcode.com/v3/codes/generator/static |
GET | Generate a static Flowcode image |
Generate dynamic code image | https://gateway.flowcode.com/v3/codes/generator/{code_id} |
GET | Generate a dynamic Flowcode image from an existing Flowcode |
API | Endpoint URL | Type | Description |
---|---|---|---|
List Flowcode Templates | https://gateway.flowcode.com/v3/code-templates |
GET | Returns a list of Flowcode template configurations accessible by this user |
Fetch Flowcode Template | https://gateway.flowcode.com/v3/{template_id} |
GET | Returns metadata for a specified Flowcode template |
API | Endpoint URL | Type | Description |
---|---|---|---|
Get Flowcode Events | https://gateway.flowcode.com/analytics/v2/events/flowcode |
GET | Get events for all of your Flowcodes |
Get Flowpage Events | https://gateway.flowcode.com/analytics/v2/events/flowpage |
GET | Get events for all of your Flowpages |
Get Contacts (CRM) | https://gateway.flowcode.com/analytics/v2/contacts |
GET | Get contact info submitted on Flowpages for a specific date range |
Full List of Analytics API Endpoints β
help-api@flowcode.com
The Flowcode API sets a limit of 100 API requests per second. Once this limit is reached the API will start returning errors with HTTP status code 429.
- Dynamic and can be customized with a variety of designs
- Get real-time data and analytics, including advanced Geolocation tracking
- Enterprise-grade security and features, GDPR and CCPA compliant
- Platform features include management of Flowcodes, innovative artist designed Flowcodes, and mobile-first online destinations
Learn more at Flowcode.com β