WAKATODOCS

Messaging

GET
/messaging/channels

Required scope: messaging:read

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Response Body

application/json

{}
GET
/messaging/threads

Required scope: messaging:read

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Query Parameters

channel_id?string
platform?string

Response Body

application/json

{}
GET
/messaging/threads/{id}/messages

Required scope: messaging:read

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Path Parameters

id*string

Response Body

application/json

{}
POST
/messaging/threads/{id}/reply

Required scope: messaging:run

Authorization

bearerAuth
AuthorizationBearer <token>

A Space API key, e.g. wks_live_….

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

{}