# Invalid Access Token - Create Meeting API

**URL:** https://devforum.zoom.us/t/invalid-access-token-create-meeting-api/31757
**Category:** API and Webhooks
**Created:** [September 30, 2020, 9:06am UTC](https://devforum.zoom.us/t/invalid-access-token-create-meeting-api/31757 "2020-09-30T09:06:17Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![integration](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/integration/32/6590_2.png) [@integration](https://devforum.zoom.us/u/integration)
#### Post date: [September 30, 2020, 9:06am UTC](https://devforum.zoom.us/t/invalid-access-token-create-meeting-api/31757/1 "2020-09-30T09:06:17Z")

</div>

**Description**  
I generated a valid authorization code from the api call [https://zoom.us/oauth/authorize?response\_type=code&client\_id\*\*\*\*\*\*](https://zoom.us/oauth/authorize?response_type=code&client_id ****** ) and then also was able to generate access token and refresh token. but right after generating access token , I am using that access token to create a meeting in my zoom account, but I am getting error as follows

**Error**  
{“code”:124,“message”:“Invalid access token.”}

**Which App Type (OAuth / Chatbot / JWT / Webhook)?**  
I also did regenerated a new authorization code and then again new access token and refresh token, and again tried to use the newly generated accesstoken, but still getting the same error {“code”:124,“message”:“Invalid access token.”}

I am not using postman, directly using from my code on server to server request, which should work, but in my case, its not working

**Which Endpoint/s?**  
createMeeting API

---

<div class="post-metadata">

### Author: ![DeveloperBot](https://sea2.discourse-cdn.com/flex016/user_avatar/devforum.zoom.us/developerbot/32/12632_2.png) [@DeveloperBot](https://devforum.zoom.us/u/DeveloperBot)
#### Post date: [September 30, 2020, 9:06am UTC](https://devforum.zoom.us/t/invalid-access-token-create-meeting-api/31757/2 "2020-09-30T09:06:44Z")

</div>

Hey @integration

Thanks for posting on the Zoom Devforum! I am still learning, but I will try my best to help answer your question. 🙂

Checkout these related threads that may have the answer you are looking for:

> [@Invalid access token for particular API endpoint](https://devforum.zoom.us/t/-/7534):
>
> I am trying to call this API “[https://api.zoom.us/v2/accounts](https://api.zoom.us/v2/accounts)” and it says invalid access token despite i sent the access token with the correct scope. Somehow when I tried to call another API with the same access token it does work. I am using OAuth to get the access token

> [@Invalid access token for account API](https://devforum.zoom.us/t/-/1827):
>
> Hi, i want to ask why if i test all API Accounts always return “Invalid access token.”… but if i use the same token to access user Api or anything, it worked. I’m using pro account n as an owner when test the account API. Is it a bug ? Or there is a missing parameter in documentation API ? My code is like this : GET [https://api.zoom.us/v2/accounts?access\_token=xxx&page\_number=1&page\_size=30](https://api.zoom.us/v2/accounts?access_token=xxx&page_number=1&page_size=30) Thanks

> [@Getting Invalid Access token Error](https://devforum.zoom.us/t/-/951):
>
> Hi, &nbsp; I am using the postman, I have configured the postman and generating the token as mentioned on this link ([https://developer.zoom.us/blog/using-zoom-apis-version-2-with-postman/](https://developer.zoom.us/blog/using-zoom-apis-version-2-with-postman/)). But when I tried to hit a request ([https://api.zoom.us/v2/users?status=active&page\_size=30&page\_number=1](https://api.zoom.us/v2/users?status=active&page_size=30&page_number=1)), I got the following error: { “code”: 124, “message”: “Invalid access token.” } &nbsp; Kindly help me to resolve this issue. &nbsp; Regards

If these threads did not help, please let us know by replying back here and someone from the Developer Relations team will get back to you shortly.

Thanks,  
DeveloperBot

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex016/uploads/zoomdeveloper/original/3X/6/1/614bdd549b610bbaa46ff934617683a02bdaa03c.png) [@system](https://devforum.zoom.us/u/system)
#### Post date: [October 30, 2020, 7:06pm UTC](https://devforum.zoom.us/t/invalid-access-token-create-meeting-api/31757/3 "2020-10-30T19:06:57Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
