{ "opencollection": "1.0.0", "info": { "name": "Workable Accounts Offers API", "version": "3.21.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "Get offer", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.workable.com/spi/v3/offers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get offer" }, { "info": { "name": "Approve offer", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/offers/:id/approve", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Approve offer" }, { "info": { "name": "Reject offer", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.workable.com/spi/v3/offers/:id/reject", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Reject offer" } ] } ], "bundled": true }