tawk.to

api.tawk.to

Community

tawk.to is a free live chat platform for websites. Its API provides webhook-driven event notifications for chat sessions and tickets, plus a JavaScript widget API for controlling the chat widget behavior on your site.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.tawk.to/v1

Crawl failures

1

Last verified

2026-03-01T11:09:41.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

create_ticket

communication

Create a new support ticket in tawk.to. Useful for logging issues that need follow-up outside of live chat.

Detail: https://api.tawk.to/v1/capabilities/create_ticket

get_chat_transcript

communication

Fetch the full message transcript for a specific chat session. Returns all messages exchanged between visitor and agents.

Detail: https://api.tawk.to/v1/capabilities/get_chat_transcript

get_visitor_info

email

Retrieve information about a specific visitor including their name, email, location, and browsing history on your site.

Detail: https://api.tawk.to/v1/capabilities/get_visitor_info

list_chats

communication

Retrieve a paginated list of chat conversations for a property. Supports filtering by date range and status.

Detail: https://api.tawk.to/v1/capabilities/list_chats

list_tickets

communication

Retrieve support tickets submitted through the tawk.to widget. Supports filtering by status and date.

Detail: https://api.tawk.to/v1/capabilities/list_tickets

send_message

communication

Send a message to an active chat conversation as an agent. Supports text messages to ongoing visitor sessions.

Detail: https://api.tawk.to/v1/capabilities/send_message

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: tawk.to
Description: tawk.to is a free live chat platform for websites. Its API provides webhook-driven event notifications for chat sessions and tickets, plus a JavaScript widget API for controlling the chat widget behavior on your site.
Auth: api_key
Capabilities:
  - create_ticket: Create a new support ticket in tawk.to. Useful for logging issues that need follow-up outside of live chat.
  - get_chat_transcript: Fetch the full message transcript for a specific chat session. Returns all messages exchanged between visitor and agents.
  - get_visitor_info: Retrieve information about a specific visitor including their name, email, location, and browsing history on your site.
  - list_chats: Retrieve a paginated list of chat conversations for a property. Supports filtering by date range and status.
  - list_tickets: Retrieve support tickets submitted through the tawk.to widget. Supports filtering by status and date.
  - send_message: Send a message to an active chat conversation as an agent. Supports text messages to ongoing visitor sessions.