{ "opencollection": "1.0.0", "info": { "name": "Remote Benefits Benefit Offers Custom Fields API", "version": "2026-05-22" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Custom Fields", "type": "folder" }, "items": [ { "info": { "name": "List Custom Field Definitions", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/custom_fields", "params": [ { "name": "scope", "value": "", "type": "query" } ] }, "docs": "List Custom Field Definitions" }, { "info": { "name": "Create A Custom Field Definition", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.remote.com/v1/custom_fields", "body": { "type": "json", "data": "{}" } }, "docs": "Create A Custom Field Definition" }, { "info": { "name": "List Custom Field Values", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.remote.com/v1/custom_fields/:custom_field_id/values", "params": [ { "name": "custom_field_id", "value": "", "type": "path" }, { "name": "subject_id", "value": "", "type": "query" } ] }, "docs": "List Custom Field Values" }, { "info": { "name": "Upsert A Custom Field Value", "type": "http" }, "http": { "method": "PUT", "url": "https://gateway.remote.com/v1/custom_fields/:custom_field_id/values", "params": [ { "name": "custom_field_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upsert A Custom Field Value" } ] } ], "bundled": true }