Using this template helps us debug your issues more effectively
Description
I have created an app with JWT authorization and am trying to test it with the curl command shown in the example,
curl --request GET \
--url 'https://api.zoom.us/v2/users?status=active&page_size=30&page_number=1' \
--header 'authorization: Bearer { your_token }' \
--header 'content-type: application/json
My command line:
curl --request GET --url "https://api.zoom.us/v2/users?status=active&page_size=30&page_number=1" --header "authorization: Bearer { }" --header "content-type: application/json"
I have followed instructions in other tickets such as regenerating the secret key and the token. I have checked that the token is not expired and that it validates.
Error
{"code":124,"message":"The Token's Signature resulted invalid when verified using the Algorithm: HmacSHA256"}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
Users
Screenshots (If applicable)
Additional context
Add any other context about the problem here.