Run the import again
Migrations · POST /v1/migrations/:workspaceId/import
Run the import again
POST
/v1/migrations/:workspaceId/importRequest
curl -X POST https://api.repull.dev/v1/migrations/1204/import \
-H "Authorization: Bearer $REPULL_API_KEY" \
-H "Content-Type: application/json" \
-d '{"entities": ["messages"]}'Response
{ "data": { "workspaceId": "1204", "queued": [ { "connectionId": "812", "provider": "guesty", "queued": true } ] } }Body Parameters
entitiesstring[]Any of listings, reservations, messages, calendar. Defaults to listings and reservations.
sincestring (ISO-8601)Only reservations changed after this.
AI