I try to use the Administration API and want to list all Realm apps https://realm.mongodb.com/api/admin/v3.0/groups/{groupId}/apps should be the endpoint now from the docs I saw here https://docs.atlas.mongodb.com/tutorial/manage-projects/Groups are now projects in the organizations and projects hierarchy.
So from this, I was thinking my ProjectID is maybe the groupId but it doesn’t work, so where exactly can I find this groupId? Thanks
You’re right - the groupId is the Project ID. There is a page in the docs on how to Find Your Project or App ID - this might help you identify whether you’ve got the correct ID.
I’ve just tried this endpoint myself and got the expected list of Realm apps associated with my project. You said “it doesn’t work” - what are you getting in the response? I wonder if there might be an expired token or another issue at play.