v1
latestOpenAPI 3.1.02026-07-26461279.9 KBPublic Apps
The screen call lets you record whenever a user sees a screen, the mobile equivalent of page, in your mobile app, along with any properties about the screen
post/api/public/apps/screen
Headers
authorizationstring required
Authorization header for the request, in the format Bearer <token>. Find your token at https://app.dittofeed.com/dashboard/settings#write-key.
Request body
Example request
{
"messageId": "23d04926-78e5-4ebc-853f-f26c84ff629e",
"timestamp": "2024-04-22T07:00:00.000Z",
"context": {
"ip": "192.0.2.1"
},
"name": "Home",
"properties": {
"title": "My Screen"
},
"userId": "1043"
}Response
An empty String
string required
An empty String