Scope error when ready Tickets Types

When I run my end-point: get /zoom_events/events/{eventId}/ticket_types

With my EventId, which is correct, the response is that I do not have in my token access the following scopes:

{

“code”: 104,

“message”: “Invalid access token, does not contain scopes:[”zoom_events_ticket_types:read“, ‘zoom_events_ticket_types:read:admin’]”

}

But going through my MarketPlace where I assign my different scopes I find that I have the following scopes set up:

"scope: ”webinar:read:list_webinars:admin webinar:read:webinar:admin webinar:read:list_registrants:admin webinar:write:registrant:admin webinar:write:registrant:admin webinar:write:batch_registrants:admin webinar:read:registrant:admin webinar:write:invite_links: admin webinar:read:participant:admin webinar:read:list_webinars:master webinar:read:webinar:master webinar:read:list_registrants:master webinar:write:registrant:master webinar:write:batch_registrants:master webinar:read:poll: master zoom_events:read:event:admin zoom_events:read:list_events:admin zoom_events:read:list_registrants:admin zoom_events:read:list_session_attendees:admin zoom_events:read:list_ticket_types:admin zoom_events:write:ticket_type: admin zoom_events:update:ticket_type:admin zoom_events:read:list_registration_questions:admin zoom_events:update:registration_question:admin zoom_events:write:ticket:admin zoom_events:read:ticket:admin zoom_events:read:list_tickets:admin”,

And according to the documentation it is correct.

If I search from my MarketPlace to add the scopes indicated in the end_point result, it does not find them. Then I do not understand how it can be failing if with the one that I have integrated before it worked and on the contrary if now it is necessary to introduce more how can I do it. Which is the module that I must introduce?

Hi @socialmedia1
Thanks for reaching out to us!
Are you still experiencing this issue?
I just sent you a DM please follow up accordingly if needed