Thread in #engineering
5 participants · Last reply 2:15 PM
+1
Today at 9:28 AM
Engineer
# engineering
Hey team, just deployed the new API endpoint. Here's the endpoint structure for review:
JavaScript
GET /api/v2/channels/:id/messages
Authorization: Bearer <token>
// Response
{
"messages": [...],
"cursor": "eyJpZCI6Mj...",
"has_more": true
}
5 replies
New