cURL
curl --request POST \ --url https://api.basement.fun/launcher/get-channel-messages \ --header 'Content-Type: application/json' \ --data '{ "launcherJwt": "<string>", "channelId": "<string>", "limit": 30, "skip": 0 }'
{ "total": 123, "limit": 123, "skip": 123, "data": [ { "_id": "<string>", "channelId": "<string>", "senderId": "<string>", "content": "<string>", "createdAt": 123, "updatedAt": 123 } ] }
Retrieve messages from a specific channel
Random string identifier for request (for signature verification)
MD5 hash for request verification
Successful response
The response is of type object.
object