{ "opencollection": "1.0.0", "info": { "name": "Thumbtack Demand Authentication API", "version": "4.0.0-draft" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Exchange an authorization code or refresh token for an access token", "type": "http" }, "http": { "method": "POST", "url": "https://api.thumbtack.com/v2/tokens/access", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "code", "value": "" }, { "name": "refresh_token", "value": "" }, { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" } ] } }, "docs": "Exchange an authorization code or refresh token for an access token" } ] } ], "bundled": true }