{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Find API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Find", "type": "folder" }, "items": [ { "info": { "name": "Stripe Get Apps Secrets Find", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/apps/secrets/find", "params": [ { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "name", "value": "", "type": "query", "description": "A name for the secret that's unique within the scope." }, { "name": "scope", "value": "", "type": "query", "description": "Specifies the scoping of the secret. Requests originating from UI extensions can only access account-scoped secrets or secrets scoped to their own user." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "
Finds a secret in the secret store by name and scope.
" } ] } ], "bundled": true }