Register an account
Send a Response
POST request to create your PingBack account. You need an email address, your full name, and a password of at least 8 characters.Save the
access_token from the response. You’ll use it to authenticate every subsequent request.Log in to get your Bearer token
If you already have an account, log in with your email and password to receive a fresh token.ResponsePass this token as a
Bearer header on every API call:Create your business workspace
Before you can receive conversations, you need a workspace. Call Response
POST /api/v1/auth/business/create with your business details.Only
name is required. Fields like website, industry, team_size, and goal are optional but help PingBack personalize your experience.Embed the web widget or connect a channel
With your workspace ready, add a support channel so customers can reach you.Web widget (fastest option)Create a widget for your domain, then paste the generated script tag into your website’s Other channelsYou can also connect WhatsApp, Telegram, Instagram, X, or email from Settings → Channels in the PingBack dashboard, or via the
<head>:POST /api/v1/channels endpoint.Send your first message
Test the full flow by sending a message as a customer. Use the Socket.IO ResponseThe conversation appears instantly in your PingBack inbox. Your team — and Theo, the AI assistant — can pick it up from there.
client_message event from your widget, or create a conversation directly via the API:Next steps
- Authentication — learn how tokens work and how to handle expiry.
- Channels — configure your web widget or connect a messaging channel.
- Realtime & Socket.IO — receive live messages and typing indicators in your app.