{ "opencollection": "1.0.0", "info": { "name": "Bolt API Reference Account Testing API", "version": "3.3.22" }, "items": [ { "info": { "name": "Testing", "type": "folder" }, "items": [ { "info": { "name": "Create a test account", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.bolt.com/v3/testing/accounts", "headers": [ { "name": "X-Publishable-Key", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Create a Bolt shopper account for testing purposes." }, { "info": { "name": "Get a random phone number", "type": "http" }, "http": { "method": "GET", "url": "https://{environment}.bolt.com/v3/testing/accounts/phones", "headers": [ { "name": "X-Publishable-Key", "value": "" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Get a random, fictitious phone number that is not assigned to any existing Bolt account." }, { "info": { "name": "Retrieve a tokenized test credit card", "type": "http" }, "http": { "method": "POST", "url": "https://{environment}.bolt.com/v3/testing/credit-cards", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Retrieve a test credit card that can be used to process payments in your Bolt testing environment. The response includes the card's Bolt credit card token." } ] } ], "bundled": true }