{ "opencollection": "1.0.0", "info": { "name": "TutorCruncher Agents Contractors API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Contractors", "type": "folder" }, "items": [ { "info": { "name": "List contractors (tutors)", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/contractors/", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results (100 objects per page)." } ] }, "docs": "List contractors (tutors)" }, { "info": { "name": "Create a contractor", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/contractors/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a contractor" }, { "info": { "name": "Retrieve a contractor", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/contractors/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Retrieve a contractor" }, { "info": { "name": "Update a contractor", "type": "http" }, "http": { "method": "POST", "url": "https://app.tutorcruncher.com/api/contractors/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a contractor" }, { "info": { "name": "Delete a contractor", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.tutorcruncher.com/api/contractors/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Delete a contractor" }, { "info": { "name": "Get contractor availability", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/contractors/:id/availability/", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID." } ] }, "docs": "Get contractor availability" }, { "info": { "name": "List public contractor profiles", "type": "http" }, "http": { "method": "GET", "url": "https://app.tutorcruncher.com/api/public-contractors/" }, "docs": "Read-only public tutor profiles for website listings." } ] } ], "bundled": true }