Hello,
I’m encountering an error where trying to run the identify request. I’m getting in the response (with no formatting) ‘missing_event’. Not in the format that is describe in your documentation.
im sending an identify request as per the documentation: https://developers.amplitude.com/docs/identify-api
to this end point: https://api.amplitude.com/identify
im sending this as my json body:
{
"api_key": AMPLITUDE_API_KEY,
"identification": [
{
"user_id": "kqlvwyvomsxnaets_170",
"user_properties": {
"userRole": "owner"
}
}
]
}