Hello,
while working with /api/v1/apps/{appId}/grants
I noticed that for some apps for which grants (scopes) cannot be given the API responds with 404. I would like to avoid making redundant API calls, meaning not calling for grants for apps which cannot have grants. The question is how do I distinguish the ones which can have grants from the ones that cannot? I check the API documentation but did not find any info regarding that topic. I hope there is a param or a field in apps API (/api/v1/apps
) that will help me filter them and retrieve the ones for which I can call for grants.
Thanks in advance!