URL: https://prm-dialogue-public-api-prod.edea.live.use1a.on.epicgames.com/api/v1/fortnite-br/interactions
Method: POST
Auth Required: Yes (Account - eg1
)
{
"events": {
"motd": [
{
"type": "impression",
"trackingId": "56c5772d-cc06-4f6e-ba78-a95a85bd5c94",
"tag": "Product.STW",
"count": 1,
"timestamp": "2024-08-31T09:28:07.921Z",
"lastTimestamp": "2024-08-31T09:28:07.921Z"
}
]
}
}
events.motd
: Array of MOTDs data
events.motd[].type
: Only known type is 'impression'
events.motd[].trackingId
: Related to the MOTD's Item
events.motd[].tag
: In which context the interaction occured
events.motd[].count
: How often you have viewed the MOTD
events.motd[].timestamp
: When the content got first viewed
events.motd[].lastTimestamp
: When the last Interaction with that content was (current timestamp)
Example Response
Status 200
(But no Content)