Skip to main content

Chatwoot Platform APIs

The Chatwoot Platform APIs allow you to integrate a conversation management interface into your existing software stack. Installation admins can use these APIs to manage users, accounts, and roles. Additionally, these APIs can be used to sync authentication information from external systems into Chatwoot.

Note: These APIs are available only on self-hosted Chatwoot installations.

Creating a Platform App

To create a platform app, follow these steps:

  1. Go to the super admin portal and navigate to super_admin/platform_apps.

    Super Admin Portal

  2. Click on the "New platform app" button.

    Platform Apps Home

  3. Fill in the platform app name and click the "Create" button.

    Create Platform App

  4. After creating the platform app, open it to view and copy the access token.

    Platform App Access Token

Using the Access Token

The access_token is required to authenticate all API requests. Please use the Postman collection to test these APIs.

Testing the APIs

To test the APIs:

  1. Copy the access token from the platform app.
  2. Use it in the Authorization header of your API requests.

Here's an example of creating a user using the API:

Create User API

Similarly, you can create Account and Role entities using the APIs.

Reference

For more detailed information and to test the APIs, refer to our Postman Collection.