This API allows you to search for business events by specifying their event IDs.
The Basic authentication header contains your Base64-encoded key. This authentication parameter, used for access control, must be passed with the request.
Format: Authorization: Basic Base64_ENCODED_WORKSPACEID_APIKEY==
Set the Content-Type header to application/json.
Search criteria. At least one of event_ids or event_names should be provided.
This field contains the list of event ids associated with the business events that need to be fetched.
Structure: "event_ids": ["event_id1","event_id2","event_id3"]
event_id: The event id is the unique identifier for a business event and is generated by MoEngage at the time of business event creation. You must store and use this value while looking up a business event using the search API.
["6447b078712cd8c650074840"]
This field contains the list of event names associated with the business events that need to be fetched.
Structure: "event_names": ["event_name1","event_name2","event_name3"]
event_name: The event name is the name associated with the Business Event that is provided during the creation of the event.
["NewMovies"]
This response is returned when the request is processed successfully.