Hi,
I am having trouble using the getOrganizationsMe (api/v2/organizations/me) -- the OAtuh client I am using is a Code Authorization flow with the organization and organization:read-only scope set to it. I'm not sure if this affects the query, but I did set these two scopes to the OAuth client after its creation, not at creation time.
The result I am seeing is a 403 response with a 'App not authorized to use scope [organization, organization:readonly]' message. I am using this OAuth client successfully for other apis such as the creation of another OAuth client, etc.
Shota