Docs/API Reference/Migrations

Get channel links

Migrations · GET /v1/migrations/:workspaceId/channel-map

Get channel links

GET/v1/migrations/:workspaceId/channel-map

Note

Read live from the source system on every call.

Request

curl https://api.repull.dev/v1/migrations/1204/channel-map \
  -H "Authorization: Bearer $REPULL_API_KEY"

Response

{
  "data": { "workspaceId": "1204", "sources": [ { "provider": "guesty", "supported": true, "error": null } ],
    "listings": [ { "listingId": "5668", "name": "Ocean View 2BR", "provider": "guesty", "externalListingId": "63f1c0e2a9d1b2",
      "airbnb": { "listingId": "1161202454004135464" }, "booking": { "hotelId": "10167991", "roomId": "110" }, "vrbo": null } ] }
}
AI