Public API

The B2Chat API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

You will use the B2Chat API directly in production, which affects your live data. Make sure your integration tests include real cases and proceed with small chunks of data before going full onboard.

The B2Chat API performs actions on behalf your user identity by using an authorized access-token affecting only your specific data.

<aside> 🚀 Make all API requests to https://api.b2chat.io

</aside>

<aside> 🤝 Not a developer? Reach out to us at [email protected] to get you up and running in no time.

</aside>

Resources