Extract channels (JSON)

GET {{root_url}}/messages/{{botId}}/extract-channels/{{channel}}?botToken={{bot_token}}

Request Params

KeyDatatypeRequiredDescription
jwtstringuse either this one or botToken
botTokenstringuse either this one or jwt
startDatestring(optional) eg: 2023-12-21
endDatestring(optional) eg: 2023-12-21
userIdsstring(optional) eg: user_id_one,user_id_two
limitnumber(optional, default to 100) limit can be greater than 100
sortstring(optional, default to "desc") "asc" or "desc"

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring