{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Secrets API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "Stripe Get Apps Secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.stripe.com/v1/apps/secrets", "params": [ { "name": "ending_before", "value": "", "type": "query", "description": "A cursor for use in pagination. `ending_before` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with `obj_bar`, your subsequent call can include `ending_before=obj_bar` in order to fetch the previous page of the list." }, { "name": "expand", "value": "", "type": "query", "description": "Specifies which fields in the response should be expanded." }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10." }, { "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." }, { "name": "starting_after", "value": "", "type": "query", "description": "A cursor for use in pagination. `starting_after` is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with `obj_foo`, your subsequent call can include `starting_after=obj_foo` in order to fetch the next page of the list." } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

List all secrets stored on the given scope.

" }, { "info": { "name": "Stripe Post Apps Secrets", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/apps/secrets", "body": { "type": "form-urlencoded", "data": [ { "name": "expand", "value": "" }, { "name": "expires_at", "value": "" }, { "name": "name", "value": "" }, { "name": "payload", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "

Create or replace a secret in the secret store.

" }, { "info": { "name": "Stripe Post Apps Secrets Delete", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/apps/secrets/delete", "body": { "type": "form-urlencoded", "data": [ { "name": "expand", "value": "" }, { "name": "name", "value": "" }, { "name": "scope", "value": "" } ] } }, "docs": "

Deletes a secret from the secret store by name and scope.

" }, { "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 }