{ "opencollection": "1.0.0", "info": { "name": "Rainbow Application Portal Applications Contacts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "Search Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://openrainbow.com/api/rainbow/enduser/v1.0/contacts", "params": [ { "name": "search", "value": "", "type": "query", "description": "Search keyword (name, email, or phone number)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Search for contacts in the Rainbow directory by name, email, or other attributes. Returns enterprise and public directory results." }, { "info": { "name": "Get Contact", "type": "http" }, "http": { "method": "GET", "url": "https://openrainbow.com/api/rainbow/enduser/v1.0/contacts/:contactId", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "Unique identifier of the contact" } ] }, "docs": "Returns the profile and presence information for a specific contact." } ] } ], "bundled": true }