Is it possible to make a REST API call via NSURLSession from a SiriKit Intent Handler? I

My SiriKit Intent Handler tries to fetch the list of available rides. To do so, i need to invoke a REST API call using NSURLSession. However, i get an error saying Network Connection could not be found or SSL error.


Is it possible to make the call? Am i missing something in the App Capabilities? Please suggest.