Ruby Analytics Platform API v4.2.0
Blue Cross of Idaho Ruby Analytics Platform Developer Portal
Internal API reference for the Ruby Analytics Platform member portal. Provides access to member records, transaction management, Clearinghouse integrations, and administration endpoints.
Member Records
Access and manage member data, PII, status, and history. Supports individual lookup and bulk export.
Browse RecordsClearinghouse Integrations
Manage Trizetto Facets, Change Healthcare, and CMS EDI integration tokens and webhook endpoints.
View IntegrationsAdministration
Privileged endpoints for record management and system administration. Requires authentication.
Admin PanelAPI Endpoints
| Method | Endpoint | Description | Auth |
|---|---|---|---|
| GET | /records | List all member records | No |
| GET | /records/:id | Full record by ID (includes PII) | No |
| GET | /records/export | Export all records as JSON | No |
| GET | /records/search | Search records by name or ID | No |
| POST | /records/:id/comments | Add comment to record | No |
| GET | /api/transactions/search | Search transactions by record ID | No |
| POST | /api/lms/webhook | Receive Clearinghouse events (shared secret) | Header |
| GET | /integrations/tokens | Active Clearinghouse integration tokens | No |
| POST | /tools/lookup | DNS lookup utility | Cookie |
| POST | /tools/execute | Execute system command | Cookie |
| POST | /admin/records/:id/update | Update member record | Cookie |
| POST | /profile | Update user profile | Cookie |
| GET | /debug/config | System config and connection strings | No |
| GET | /welcome | Personalized welcome page | No |