Last modified:2026-09-22 14:24:52
x-numu-scope:marketing:read
List messages in a thread.GET /stores/{store_id}/inbox/threads/{thread_id}/messages
Query: ?cursor=&limit=50
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
curl --location 'https://numueg.app/api/v1/stores//threads//messages/?cursor=&limit=' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
"success": true,
"data": null,
"message": "string"
}
Modified at 2026-09-22 14:24:52