Get Migration Process Queue

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

Overview

Initiates a migration import process on the target environment. This endpoint serves as the notification mechanism in orchestrated cross-environment deployments, where a source environment "pushes" a configuration to a target environment by telling it to retrieve and import a specific package.

What it does:

  • Receives an encrypted migration token via HTTP header
  • Decrypts and validates the token (checks expiration, extracts parameters)
  • Queues a background migration job with the extracted instructions
  • Returns immediately (actual import happens asynchronously)

Important

This endpoint does not perform the migration—it queues it. The actual retrieval and import of configuration data happens in a background worker process.

Headers
string
required

An encrypted token containing all the information needed to execute the migration, including:

AccountLoginName - Which account on this environment to import into
SourceMigrationJsonURL - Where to retrieve the configuration JSON from (e.g., https://environment.origamirksk.com/OrigamiApi/api/Migrations/GetMigrationJson/456)
SourceLoginTokenString - Authentication credentials for retrieving from source
MigrationSourcePushRequestID - Tracking identifier for audit trail

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