Inbox Feature
Parameters in the Request Body
Parameter
Description
Required
Type
Inbox Retrieval
POST /rest/3.0/inbox/getAllInboxcurl -X POST https://restapi.netmera.com/rest/3.0/inbox/getAllInbox \
-H "X-netmera-api-key: your_rest_api_key" \
-H "Content-Type: application/json" \
-d '{
"extId": "your_extId",
"status": 2,
"startDate": 1681635178000,
"endDate": 1684227178000,
"numberOfNotification": 3
}'Using Pagination (via prms.index)
prms.index)Pagination Flow Example
Retrieve a Single Inbox Message
Change Message Status
Last updated
Was this helpful?