Custom events
Endpoints
Create an custom events
curl --url "https://core.push.express/api/b/v2/events"
--request POST
--header "content-type: application/json"
--header "Authorization: Bearer ..."
--data '
{
"name": "Trial event",
"code": "trial"
}
'Body params:
Response:
Last updated