Hi community!
I am trying to use the List Subscriptions API to retrieve the licence details for my account. While constructing the OAuth token request URI, I specified the scopes documented for this API:
- licenses:admin.readonly
- licenses:admin
However, the token request returns the following error:

In addition, I could not find either of these scopes listed on the Available Access Scopes page:
here: https://developer.lucid.co/reference/access-scopes.
Could someone clarify the correct scope configuration required for this API? Are both of these scopes required, or should a single scope be sufficient? I have attempted using each scope individually as well as both together, but encountered the same issue.
Any guidance would be appreciated.