Multi-options

Make multiple OPTIONS calls with a single POST call and receive reach response body in full in a single compiled response.

Multi-options is enabled for any valid API endpoint. Here is an example Multi-options Call request body in text/xml format:

 <?xml version="1.0" encoding="utf-8" ?>
 <requests>
   <request>/v1/users/265</request>
   <request>/v1/users/265/sections</request>
   <request>/v1/sections/2354/assignments</request>
 </requests>