API Endpoint(s) and/or Zoom API Event(s)
v2/marketplace/app/event_subscription
Description
For the above mentioned endpoint, I am getting 404 error with:
“{“code”:1300,“message”:“The user don’t authorize the app.”}”
Till last week, this API used to work all fine with the same POST content mentioned below. But since last few days I am seeing this issue.
Below is the content:
{
“endpoint”: https://marketplace.zoom.us/v2/marketplace/app/event_subscription,
“method”: “POST”,
“response”: “{“code”:1300,“message”:“The user don’t authorize the app.”}”,
“response_headers”: “{}”,
“date_time”: 1774608111523,
“tracking_id”: “v=2.0;sid=WEB_f6d01446b84ee55d39f181f92b0b1a37;rid=MP_9d4d4131836670602896128e2d51d4d0”,
“request_body”: “{“subscription_scope”:“account”,“account_id”:“”,“user_ids”:[ ],“event_subscription_name”:“Meeting Events Subscription”,“events”:[“meeting.ended”],“event_webhook_url”:}”,
“request_headers”: “{x-requested-from=ZOAP-GATEWAY-GRAY-TRAFFIC, x-zm-real-ip=170.114.6.88, x-forwarded-for=44.238.223.78,170.114.10.88,170.114.6.88, x-zm-cluster-id=aw1, user-agent=Java-http-client/17.0.18}”,
“request_params”: “{}”,
“http_status”: 404
}
Error?
“{“code”:1300,“message”:“The user don’t authorize the app.”}”
Please check and get back ASAP.
Thanks,