receiving 404

I am receiving a 404 response fomr the following url.

https://api.zoom.us/v2/meeting/create?host_id=186952&topic=MY+Test+Topic&type=1&data_type=json&Authorization=Bearer+eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJvWUQzbFNVSFFTaVkxaU9xcmFPTlN3IiwiZXhwIjoxNTM2MjM5NTc4fQ.urjWZT2MEO18Jd2KuYlmCN19Zbadu7_aQUwV5GAcGo4

Can you tell me what is wrong with it?

THank you,

Adam

This is also being returned:

<error>

<code>124</code>

<message>Access token is required.</message>

</error>

Hi Adam, 

Are you trying create a meeting? If so, the endpoint is incorrect, please use https://zoom.github.io/api/#create-a-meeting. 

Thanks