Hi there,
we’ve recently added events tracking and it was noticed that we get ad hock "User Not Found" error however user exists years.
Request we send:
{
"event_name": "post_autopublished",
"created_at": 1731959712,
"user_id": "..."
}
Response we received:
{
"type": "error.list",
"request_id": "0045a0lc51qku6vpphg0",
"errors":
{
"code": "not_found",
"message": "User Not Found"
}
]
}
Retrying the API call can work but would be great to know what causes the issue.
Any help would be appriciated.
Best,
Antal