Setup OAuth for PHP server

Description
I am wanting to display all future meetings for a membership program and in order to do this I am wanting to display the meetings on my business account, to the logged in members (client side).

I have looked through the docs and I am not sure the best way to approach this as I am not sure how to implement OAuth server side (PHP). I want it to be used as my own api e.g domain.com/get/meetings and it will return a list of available meetings (which they can be registered for).

What endpoint should I use as a redirect?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Currently JWT

Which Endpoint/s?

/users/{userId}/meetings

Hey @lindev,

Thank you for reaching out to the Zoom Developer Forum. A forum user posted their tips on how to use OAuth with PHP. Please see the following post and let me know if that’s helpful.

Thanks,
Max