OPTIONS
/v1/experiment/{experiment_id}/fetchEnable CORS for event fetching
Triggers CORS negotiation for fetching experiment events. Supply experiment_id as a UUID to identify the experiment whose event-fetching options you are checking.
experiment_idstringrequired
The unique experiment identifier in UUID format.
200Returns the CORS response headers and permitted methods for the event-fetching resource.
400Returned when `experiment_id` is missing or does not use UUID format.
Error handling
A 400 is returned when experiment_id is missing or is not a valid UUID. Provide the experiment identifier in UUID format.