Use the /status
endpoint to check the status of your new app. This endpoint returns the status of the process that copies settings from your _Template
app to your new app.
Fetch copy process
Use this endpoint to return the status of a settings copy process. You receive your ticket_token
when you create your app using the /app
endpoint.
Name | Data type | In | Description |
---|---|---|---|
ticket_token * | String | Path | The token of the ticket you want to check. The /app endpoint returns this when you create your app. |
Statuses
NEW
: the ticket was created, but the migration job hasn’t started.OPENED
: the job for this ticket has started.FAILED
: the job failed.COMPLETED
: the job was completed successfully.