Activity Event List

Returns all available custom SDK events with each event parameter's name and type.

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"
       }
		]
	}
]
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!