Skip to main content

Chat API

Authentication

The Chat API are used "on behalf of the user". This means that instead of using a standard API Key you must provide a valid User Access Token obtained from an OAuth2 client. Header example: Authorization = Bearer + access_token

Click here to read more on how to implement FACEIT Connect (OAuth2).

Permissions

Using the Chat API, you can access Chat Rooms on behalf of the user based on the Access Token provided. All user specific read and write permissions apply to the Chat API.

You can use the Data API in order to retrieve the room_id of a specific match, team or hubs.