{ "opencollection": "1.0.0", "info": { "name": "Creem Checkouts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Checkouts", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a checkout session", "type": "http" }, "http": { "method": "GET", "url": "https://api.creem.io/v1/checkouts", "params": [ { "name": "checkout_id", "value": "", "type": "query" } ] }, "docs": "Retrieve a checkout session by its identifier." }, { "info": { "name": "Create a checkout session", "type": "http" }, "http": { "method": "POST", "url": "https://api.creem.io/v1/checkouts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a hosted checkout session and return a Creem-hosted checkout URL the customer can be redirected to." } ] } ], "bundled": true }