Apps-Client-Apps With the trustScope Attribute Value of Tags
Number of APIs: 2
-
Step 1: Get allowed tags of client with trustscope:tags GET {{stripeUrl}}/admin/v1/Apps/{{appid}}?attributes=allowedTags
-
Step 2B: Search for an OAuth client app's tag-based access to a specific OAuth resource app GET {{stripeUrl}}/admin/v1/Apps?filter=id eq "{{oauthresourceappid}}" and (tags[key eq "{{tag1key}}" and value eq "{{tag1value}}"] or tags[key eq "{{tag2key}}" and value eq "{{tag2value}}"])