Last modified:2026-09-22 14:24:52
x-numu-scope:marketing:write
POST /stores/{store_id}/inbox/threads/{thread_id}/read
PATCH body: { "mark_read": true }
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
curl --location --request POST 'https://numueg.app/api/v1/stores//threads//read' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
"success": true,
"data": null,
"message": "string"
}
Modified at 2026-09-22 14:24:52