Request
Add parameter in header Authorization
Example:Authorization: ********************
Request samples
curl --location --request GET '/events?user_id=3456&type=custom_event&page=1' \
--header 'Accept: application/json' \
--header 'Authorization;'
Responses
application/json {
"status": "<string>",
"events": [
{
"id": "<string>",
"user": "<string>",
"type": "<string>",
"properties": {},
"date_created": "<string>"
},
{
"id": "<string>",
"user": "<string>",
"type": "<string>",
"properties": {},
"date_created": "<string>"
}
]
}
Modified at 2024-09-04 17:30:47