{ "opencollection": "1.0.0", "info": { "name": "Square ApplePay Sites API", "version": "2.0" }, "items": [ { "info": { "name": "Sites", "type": "folder" }, "items": [ { "info": { "name": "Square List Sites", "type": "http" }, "http": { "method": "GET", "url": "https://connect.squareup.com/v2/sites", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://connect.squareup.com/oauth2/authorize", "accessTokenUrl": "https://connect.squareup.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Lists the Square Online sites that belong to a seller. Sites are listed in descending order by the `created_at` date.\n\n\n__Note:__ Square Online APIs are publicly available as part of an early access program. For more information, see [Early access program for Square Online APIs](https://developer.squareup.com/docs/online-api#early-access-program-for-square-online-apis)." } ] } ], "bundled": true }