I am working with the Zoom Events API via a Server-to-Server OAuth app.
My access token has the scope “zoom_events:write:ticket:admin”, but when I try to create a ticket with the method “POST /zoom_events/events/{eventId}/tickets”, I get the error “Invalid access token, does not contain scopes:[zoom_events:write:ticket].”