Description
Unable to make an API call using curl PHP
Error
Unknown SSL protocol error in connection to api.zoom.us:443
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Using JWT token in the curl API call.
Which Endpoint/s?
https://api.zoom.us/v2/users/{userID}/meetings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Below is the gitlab link to sample code:
curl_example.php · master · Mudassir Khan / Zoom Issue Curl API · GitLab - Below is the error
Additional context
I’m able to get the data using the Postman but not able to get any data using curl PHP locally.