Hello everyone,
I currently have two accounts,
- one on an Enterprise plan
- and the other on a Free plan, and I'm running some tests.
To fetch details about my plan, I use the following endpoint:
https://api.miro.com/v2/orgs/{org_id}/members
,
along with query parameters like
full
,occasional
,free
,free_restricted
,full_trial
, andunknown
to filter the results.
However, I noticed that this endpoint is only available for Enterprise accounts.
My question is:
Is there a way to retrieve details about my plan through an API endpoint while using a Free plan?
Thanks in advance!