Userflow is a product onboarding and adoption platform that enables product teams to build in-app guided flows, checklists, announcements, and NPS surveys without requiring engineering resources. The platform provides a REST API for managing users, tracking events, and organizing users into groups or companies from a back-end application. Userflow supports data synchronization via API keys with Bearer token authentication, allowing real-time user attribute updates and event tracking to power personalized onboarding experiences. The platform targets SaaS companies seeking to improve activation rates, feature adoption, and overall user retention through guided in-app engagement.
APIs.json: https://raw.githubusercontent.com/api-evangelist/userflow/refs/heads/main/apis.yml
- User Onboarding
- Product Adoption
- In-App Guides
- Checklists
- Announcements
- NPS Surveys
- User Flows
- SaaS
- Product-Led Growth
The Userflow REST API allows back-end applications to synchronize user data, track events, and manage groups or companies within the Userflow platform. It provides endpoints for creating, updating, and deleting users; listing and querying users with cursor-based pagination; posting custom events that trigger flow conditions; and managing group memberships. Authentication uses Bearer token API keys scoped per environment.
- Base URL: https://api.userflow.com
- Documentation: https://docs.userflow.com/docs/api
- Authentication: Bearer token (API key from Settings -> API)
Key Resources:
POST /users/{user_id}— Create or update (upsert) a userGET /users/{user_id}— Retrieve a specific userGET /users— List users (cursor-based pagination)DELETE /users/{user_id}— Remove a userPOST /events— Track custom product eventsPOST /groups/{group_id}— Create or update a company/groupGET /groups— List groupsPOST /group_memberships— Add user to a group
| Resource | File |
|---|---|
| Plans & Pricing | plans/userflow-plans-pricing.yml |
| Rate Limits | rate-limits/userflow-rate-limits.yml |
| FinOps | finops/userflow-finops.yml |
Pricing Summary:
| Plan | Monthly | Annual (per mo) | Included MAUs |
|---|---|---|---|
| Startup | $300 | $240 | 3,000 |
| Pro | $850 | $680 | 10,000 |
| Enterprise | Custom | Custom | Custom |
- Created: 2026-06-13
- Modified: 2026-06-13
| Type | URL |
|---|---|
| Website | https://www.userflow.com |
| Documentation | https://docs.userflow.com/docs/dev |
| GitHub Org | https://github.com/userflow |
| https://www.linkedin.com/company/userflow | |
| Blog | https://www.userflow.com/blog |
| Pricing | https://www.userflow.com/pricing |
| Status Page | https://status.userflow.com |
| X (Twitter) | https://twitter.com/getuserflow |
- Kin Lane — kin@apievangelist.com