# WaGo API ## Docs - [Authentication](https://wago-docs.hisalman.in/authentication.md): How WaGo authenticates session endpoints and admin endpoints. - [Business and catalog endpoints](https://wago-docs.hisalman.in/business/reference.md): Business profile lookup, categories, profile updates, catalog products, order details, and catalog messages. - [Call control](https://wago-docs.hisalman.in/calls/control.md): Start, answer, reject, hang up, play audio, record, and inspect WaGo calls. - [WebRTC live audio](https://wago-docs.hisalman.in/calls/live-audio.md): Bridge browser microphone and speaker audio to an active WaGo call. - [Calls overview](https://wago-docs.hisalman.in/calls/overview.md): Understand WaGo call support, preview status, and production network behavior. - [Production live audio](https://wago-docs.hisalman.in/calls/production-audio.md): How to build real browser or application audio on top of WaGo calls. - [Call troubleshooting](https://wago-docs.hisalman.in/calls/troubleshooting.md): Diagnose common WaGo call and WebRTC live audio issues. - [Chat endpoints](https://wago-docs.hisalman.in/chats/reference.md): Pin, archive, mute, delete, read, unread, typing, recording, and disappearing message timers. - [Identifiers](https://wago-docs.hisalman.in/concepts/identifiers.md): Phone numbers, WhatsApp JIDs, groups, messages, labels, newsletters, and call IDs. - [Media payloads](https://wago-docs.hisalman.in/concepts/media-payloads.md): How to send images, audio, video, documents, stickers, status media, and downloaded WhatsApp media. - [Response format](https://wago-docs.hisalman.in/concepts/response-format.md): Success and error envelopes used by WaGo endpoints. - [Groups and communities](https://wago-docs.hisalman.in/groups/reference.md): Create groups, manage members, invite links, group metadata, permissions, and communities. - [Local API explorer](https://wago-docs.hisalman.in/guides/api-explorer.md): Use the built-in OpenAPI/Swagger UI served by the WaGo binary at /api. - [Production integration](https://wago-docs.hisalman.in/guides/production-integration.md): Build a real app on top of WaGo: token setup, connect, scan, send messages, receive webhooks, and troubleshoot. - [WaGo API](https://wago-docs.hisalman.in/index.md): Detailed documentation for the self-hosted WhatsApp API: sessions, messages, calls, business tools, webhooks, and troubleshooting. - [Label endpoints](https://wago-docs.hisalman.in/labels/reference.md): Apply, remove, and edit WhatsApp labels for chats and messages. - [Bot endpoints](https://wago-docs.hisalman.in/messages/bots.md): List WhatsApp bot profiles and send a bot message to Meta AI persona endpoints. - [Interactive messages](https://wago-docs.hisalman.in/messages/interactive.md): Buttons, media buttons, PIX, review-and-pay, carousel, carousel media, location buttons, templates, and lists. - [Messages: manage and download](https://wago-docs.hisalman.in/messages/manage-and-download.md): React, edit, delete, mark read, check status, presence, and download WhatsApp media. - [Sending messages](https://wago-docs.hisalman.in/messages/sending.md): Send text, media, contacts, locations, polls, previews, and other WhatsApp messages. - [Newsletter endpoints](https://wago-docs.hisalman.in/newsletters/reference.md): Create, list, inspect, invite, subscribe, and read WhatsApp newsletters/channels. - [Quickstart](https://wago-docs.hisalman.in/quickstart.md): Load a token, connect a WhatsApp session, scan the device, and send the first API request. - [Complete endpoint reference](https://wago-docs.hisalman.in/reference/complete-endpoints.md): Every public WaGo endpoint, grouped by feature area, with auth notes and request fields. - [Request field dictionary](https://wago-docs.hisalman.in/reference/request-fields.md): Request body field names for WaGo endpoints. - [Server logs and runtime flags](https://wago-docs.hisalman.in/server/logs.md): Understand WaGo runtime logs, useful flags, and what common log messages mean. - [Server and admin endpoints](https://wago-docs.hisalman.in/server/reference.md): Health checks, license checks, and update endpoints. - [Connect and scan](https://wago-docs.hisalman.in/sessions/connect-and-scan.md): Connect a token, fetch a QR code, and scan the WhatsApp device. - [Create a token](https://wago-docs.hisalman.in/sessions/create-token.md): Create a WaGo session token with the admin token before connecting and scanning a WhatsApp device. - [Load a token](https://wago-docs.hisalman.in/sessions/load-token.md): Use an existing WaGo token to restore or inspect a session. - [Session endpoints](https://wago-docs.hisalman.in/sessions/reference.md): Create tokens, connect WhatsApp sessions, scan QR codes, restore sessions, disconnect, logout, and inspect session state. - [Status endpoints](https://wago-docs.hisalman.in/status/reference.md): Post text, image, and video status updates. - [Common troubleshooting](https://wago-docs.hisalman.in/troubleshooting/common-issues.md): Fix common WaGo API, session, messaging, media, webhook, and call problems. - [Users, contacts, and broadcasts](https://wago-docs.hisalman.in/users/reference.md): User lookup, WhatsApp existence checks, avatars, privacy, contacts, blocklist, profile settings, limits, LID parsing, and broadcasts. - [Webhook events](https://wago-docs.hisalman.in/webhooks/events.md): Webhook delivery format, subscription names, event body examples, media file uploads, and what each event is for. - [Webhooks](https://wago-docs.hisalman.in/webhooks/reference.md): Configure webhooks and subscribe to WaGo event delivery. ## Optional - [Telegram](https://t.me/)