{ "opencollection": "1.0.0", "info": { "name": "PayFit Partner & Customer Absences Contracts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contracts", "type": "folder" }, "items": [ { "info": { "name": "List contracts", "type": "http" }, "http": { "method": "GET", "url": "https://partner-api.payfit.com/contracts" }, "docs": "List contracts" }, { "info": { "name": "Create contract (France only)", "type": "http" }, "http": { "method": "POST", "url": "https://partner-api.payfit.com/contracts" }, "docs": "Create contract (France only)" }, { "info": { "name": "Get contract by id", "type": "http" }, "http": { "method": "GET", "url": "https://partner-api.payfit.com/contracts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get contract by id" } ] } ], "bundled": true }