POST
/v1/events/custom
curl \
--request POST 'https://api.aptrinsic.com/v1/events/custom' \
--header "Content-Type: application/json" \
--data '{"eventId":"string","identifyId":"string","propertyKey":"string","date":42,"eventType":"string","sessionId":"string","userType":"LEAD","accountId":"string","globalContext":{},"eventName":"string","attributes":{},"url":"string","referrer":"string","remoteHost":"string"}'
Request examples
{
"eventId": "string",
"identifyId": "string",
"propertyKey": "string",
"date": 42,
"eventType": "string",
"sessionId": "string",
"userType": "LEAD",
"accountId": "string",
"globalContext": {},
"eventName": "string",
"attributes": {},
"url": "string",
"referrer": "string",
"remoteHost": "string"
}
Response examples (201)
{
"body": {},
"statusCode": "100",
"statusCodeValue": 42
}