{ "opencollection": "1.0.0", "info": { "name": "Square ApplePay Employees API", "version": "2.0" }, "items": [ { "info": { "name": "Employees", "type": "folder" }, "items": [ { "info": { "name": "Square List Employees", "type": "http" }, "http": { "method": "GET", "url": "https://connect.squareup.com/v2/employees", "params": [ { "name": "location_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query", "description": "Specifies the EmployeeStatus to filter the employee by." }, { "name": "limit", "value": "", "type": "query", "description": "The number of employees to be returned on each page." }, { "name": "cursor", "value": "", "type": "query", "description": "The token required to retrieve the specified page of results." } ], "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": "Square List Employees" }, { "info": { "name": "Square Retrieve Employee", "type": "http" }, "http": { "method": "GET", "url": "https://connect.squareup.com/v2/employees/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "UUID for the employee that was requested." } ], "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": "Square Retrieve Employee" } ] } ], "bundled": true }