Skip to main content
Get started with FlowIQ API. This guide assumes you already have a FlowIQ account set up at app.flowiq.live.

Prerequisites

You need:
  • FlowIQ account with connected WhatsApp
  • Bearer token (API Key)

1. Get Your Credentials

Navigate to your FlowIQ dashboard settings to retrieve:
1

Login to Dashboard

Go to app.flowiq.live and sign in
2

Navigate to API Settings

Click on Settings → API Keys or Developer Settings
3

Generate Bearer Token

Create a new bearer token or copy your existing one
Security Best Practices:
  • Never expose your bearer token in client-side code
  • Store credentials in environment variables
  • Use HTTPS for all API calls

2. Retrieve Conversation Messages

3. List All Contacts

4. Search Specific Contact

Understanding the Response

Conversation Messages Response

Message Sender Types

Message Status

Next Steps

API Reference

Complete endpoint documentation

Conversations Endpoint

Full endpoint documentation with all parameters

Contact Management

Learn about contact management capabilities

Advanced Usage

Complete guide with code examples and best practices

Troubleshooting

  • Verify bearer token is valid and not expired
  • Check that token is properly formatted in Authorization header
  • Ensure your API key is valid
  • Verify the WhatsApp number format (include country code)
  • Check that conversations exist for the specified number
  • Ensure your WhatsApp is connected in the dashboard
  • Use page parameter starting from 1
  • Combine with limit to control results per page
  • Check hasNextPage to determine if more pages exist