{ "opencollection": "1.0.0", "info": { "name": "Mindbody Public API v6 Appointment Cross Site API", "version": "6.0" }, "request": { "auth": { "type": "apikey", "key": "API-Key", "value": "{{API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Cross Site", "type": "folder" }, "items": [ { "info": { "name": "Mindbody Copies the Credit Card Information from One Client to Another,", "type": "http" }, "http": { "method": "POST", "url": "https://api.mindbodyonline.com/public/v6/crossSite/copycreditcard", "headers": [ { "name": "siteId", "value": "example-value" }, { "name": "authorization", "value": "example-value" } ], "params": [ { "name": "version", "value": "example-value", "type": "path", "description": "version of the api." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "API-Key", "value": "{{API-Key}}", "placement": "header" } }, "docs": "Copies the credit card information from one client to another, regardless of site. The source and target clients must have the same email address." } ] } ], "bundled": true }