{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Contract Eligibility API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contract Eligibility", "type": "folder" }, "items": [ { "info": { "name": "Create A Contract Eligibility Check", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/contract_eligibility", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a contractor classification check that returns a misclassification\nrisk score and recommendations. Backed by Remote's AI misclassification tooling.\n" }, { "info": { "name": "List Contractor Eligibility Legal Entities", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/contract_eligibility/legal_entities" }, "docs": "List Contractor Eligibility Legal Entities" } ] } ], "bundled": true }