{ "opencollection": "1.0.0", "info": { "name": "Stripe Accounts Account Keys API", "version": "2023-10-16" }, "items": [ { "info": { "name": "Keys", "type": "folder" }, "items": [ { "info": { "name": "Stripe Post Ephemeral Keys", "type": "http" }, "http": { "method": "POST", "url": "https://api.stripe.com/v1/ephemeral_keys", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Creates a short-lived API key for a given resource.

" }, { "info": { "name": "Stripe Delete Ephemeral Keys Key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stripe.com/v1/ephemeral_keys/:key", "params": [ { "name": "key", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "

Invalidates a short-lived API key for a given resource.

" } ] } ], "bundled": true }