get https://api4.optimove.net/Integrations/GetActivityEventList
Returns all available custom SDK events with each event parameter's name and type.
Rate Limit
This endpoint is subject to the general API rate limit of 50 requests per 10 seconds. Learn more about handling rate limits.
Sample Request
https://apiX.optimove.net/current/integrations/GetActivityEventsList
Sample Response
[
{
"ID":1001,
"Name":"Set user ID Predefined event",
"Event_Parameters":[
{
"id":1,
"name":"Original Visitor ID",
"type":"String"
},
{
"id":2,
"name":"UserID",
"type":"String"
}
]
}
]