Get Migration Export JSON from Central Repository

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

Retrieves the latest standardized configuration package from a central content repository. This endpoint provides automated access to industry-standard data (forms, codes, lookup values, and rules) maintained by insurance rating bureaus, allowing your system to stay synchronized with the latest updates without manual imports.

Purpose

Insurance rating bureaus (ISO for commercial lines, Workers' Compensation bureaus for WC) regularly publish updates to standard forms, coverage definitions, state-specific codes, and calculation rules. This endpoint enables automated retrieval of these updates in a machine-readable format, eliminating the need for manual data entry or file imports.

How It Works

The endpoint returns a JSON data package containing database records, configuration settings, and reference data that can be imported into your Origami instance. Each package is versioned and goes through a release lifecycle (Test → Production) before being made available. The endpoint automatically returns the latest version matching your specified criteria.

Typical Use Case

Implement a scheduled background job (nightly or weekly) that calls this endpoint, compares the returned version number to your last applied version, and automatically imports any new updates. This keeps your system current with bureau standards without manual intervention—hence "silent migration."

Who Should Use This

This endpoint is intended for:

System integrators building automated synchronization processes
DevOps teams maintaining Origami deployments
Administrators managing bureau content compliance

Your Origami account must be configured with the Origami.ImportRatingRepositories setting to enable this functionality.

Path Params
string
enum
required

This is the central repository where the migration export file is being pulled from.

  • ISO : Insurance Services Office
  • WC : Workers Compensation
Allowed:
string
enum
required
Defaults to Production

Specifies which version release stages to include when retrieving the latest configuration package.

Accepted values:

  • Test – Returns the newest version from either Test or Production-ready stages (for staging/QA environments)
  • Production – Returns only Production-ready versions (for live systems)

Use "Production" for production deployments to ensure only stable, approved updates are retrieved. Use "Test" in non-production environments to preview and validate upcoming changes before they reach production status.

Allowed:
Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!