Last modified:2026-09-19 16:39:33
x-numu-scope:marketing:read
List message threads for a store.GET /stores/{store_id}/inbox/threads
Query: ?channel=&status=&unread_only=&search=&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/?channel=&status_filter=&unread_only=&search=&cursor=&limit=' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
"success": true,
"data": null,
"message": "string"
}
Modified at 2026-09-19 16:39:33