DevelopersYour tokens
Reference

Imports

A previous system's export, a cloud folder or a mailbox brought in, with where each stands.

#

The imports

GETapi.thawed.app/v1/imports

Every import this family or business has made, newest first, each with one phrase for where it stands ("Sorting · 2,900 of 3,104").

Responses
200
Every import, newest first, each with the one phrase the imports list shows.
401
No token, a token that has ended, or one issued for the other door. WWW-Authenticate names the resource metadata document.
200 answer
importsarray of object
Request
curl "https://api.thawed.app/v1/imports" \
  -H "Authorization: Bearer $THAW_TOKEN"
Response 200
{
  "imports": [
    {}
  ]
}
#

One import

GETapi.thawed.app/v1/imports/{import}

One import by id, with the counts per stage and what was left behind when the plan's room ran out.

Path
importstring (uuid)pathrequired
Responses
200
How the import is getting on, as its page says it.
401
No token, a token that has ended, or one issued for the other door. WWW-Authenticate names the resource metadata document.
404
Nothing of that id in this family or business.
Request
curl "https://api.thawed.app/v1/imports/019958a0-3e60-7f5c-9d41-5b2e4c80af33" \
  -H "Authorization: Bearer $THAW_TOKEN"
Response 200
{}