This documentation is under active development and content may change as the platform evolves.

Overview

Server-to-server integrations for external systems (EMR, LIS, etc.) that need to request storage and retrieval operations.

Current version: 1.0

All endpoints are prefixed with /api/v1/external.

The Crinsutrack API is organized around these core resources:

ResourceDescription
OrganizationTop-level account representing a company or institution
FacilityPhysical location (lab, storage site) where procedures are performed
SubjectIndividual whose samples are stored
Sample ContainerPhysical container (vial, straw) holding cryopreserved material
ContainerStorage level within a storage solution (canister, cane, rack, box)
Storage SolutionPhysical cryogenic unit (tank, dewar) that holds containers across multiple storage levels. Integrations can query available solutions and their current inventory within a facility.
ProcedureA store or retrieval operation tied to a subject. Integrations can create and track the full lifecycle from request through facility staff review to device execution and completion.

All resources are scoped by organization. B2B integrations can only access data within their authorized organization’s facilities.

TierRequests per minute
Standard60

Contact your Crinsutrack administrator for rate limit increases.

All API responses are returned in JSON format:

{
"data": { ... },
"meta": {
"page": 1,
"perPage": 10,
"total": 100
}
}

Error responses include a descriptive message:

{
"error": {
"code": "FORBIDDEN",
"message": "Insufficient permissions to perform this operation"
}
}
CodeDescription
UNAUTHORIZEDInvalid or expired token
FORBIDDENOperation not permitted for B2B integrations
NOT_FOUNDResource does not exist
VALIDATION_ERRORInvalid request data

For API support, contact your Crinsutrack administrator or email support@crinsurancelife.com.

All rights reserved. This documentation may not be used, copied, displayed, or published without the express authorization of CRINSURANCE. Unauthorized use may result in legal action.