{ "opencollection": "1.0.0", "info": { "name": "Thumbtack Demand Authentication Pros API", "version": "4.0.0-draft" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Pros", "type": "folder" }, "items": [ { "info": { "name": "Fetch professionals by zip code, category, or category ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.thumbtack.com/v2/pros", "params": [ { "name": "zip_code", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" }, { "name": "category_id", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Fetch professionals by zip code, category, or category ID" }, { "info": { "name": "Get filtered professionals using a user query and project metadata", "type": "http" }, "http": { "method": "POST", "url": "https://api.thumbtack.com/v2/filtered-pros", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get filtered professionals using a user query and project metadata" } ] } ], "bundled": true }