Skip to main content

1. Create an API key

In the ChatBridge dashboard, go to Settings → API Keys → Create Key. Pick the scopes you need — a key defaults to read-only (every *.view scope) if you don’t pick any. The raw key is shown once; store it somewhere safe.
Keys are shown in full only at creation time. If you lose it, revoke it and create a new one — there’s no way to retrieve the raw value again.

2. Make your first call

Every request authenticates with a Bearer token:

3. Send a message

Requires the chat.send_message scope. See Authentication for the full scope list, and the API Reference for every endpoint.
Outside the 24-hour customer service window, only template messages can be sent — the same rule Meta enforces, checked locally first so you get a clear error instead of an opaque one from Meta’s API.