---
title: "Wabery API reference"
description: "Wabery REST API reference: base URL, authentication, OpenAPI spec, and resource docs."
canonical: "https://wabery.com/api-reference/"
last-updated: "2026-09-20"
---

# Wabery API reference

REST base URL: `https://api.wabery.com/v1`
Auth: `Authorization: Bearer wab_live_...`
OpenAPI 3.1: https://api.wabery.com/v1/openapi.json

## Start here

- Authentication: https://wabery.com/docs/authentication.md
- auth.md: https://wabery.com/auth.md
- Errors: https://wabery.com/docs/errors.md
- Versioning: https://wabery.com/docs/api-versioning.md

## Resources

- `GET/POST /projects`
- `GET/POST /channels`
- `POST /messages`
- `GET /conversations` and `GET /conversations/{id}/messages`
- `GET/POST /contacts`
- Webhooks: https://wabery.com/docs/webhooks.md
- Flows: https://wabery.com/docs/flows.md
- Templates: https://wabery.com/docs/templates.md
- Broadcasts: https://wabery.com/docs/broadcasts.md
- Hosted functions: https://wabery.com/docs/hosted-functions.md

Human docs: https://wabery.com/docs/
Developer index: https://wabery.com/developers/
