- Notifications
You must be signed in to change notification settings - Fork0
Create, manage, and measure Flowcode QR at scale! 🚀 - Dynamic Bulk QR Code Generator APIs
team-flowcode/flowcode-qr-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
TheFlowcode API is aRESTful 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 atFlowcode.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 APIhere
- 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 atFlowcode.com ➜
About
Create, manage, and measure Flowcode QR at scale! 🚀 - Dynamic Bulk QR Code Generator APIs
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.


