Customer Migration Mapping
3 min
what this is about the customer list returned by the customerarea api now includes a migration object for each customer, showing whether that customer has been migrated to the new cloud platform and, if so, its corresponding organization id what you'll find in the customer/list endpoint, documented in customer list api docid\ zhznxpx3uxtpqkf7mpwnf , you will find "migration" { "organization id" "019f88ef 7fb5 725c 88e8 0d7028d1b392", "migration status" "migrated" } organization id — the customer's identifier on the new platform it is populated only if the customer has been provisioned or migrated (or exists solely on the new platform) otherwise it is null migration status — the current migration state of the customer (values are uppercase, e g migrated, not migrated, migration started) how to use it if organization id is present, that value is the customer's identifier on the new platform — use it there if organization id is null, keep using the customer's existing customer code on the legacy api new platform api key to operate on the new platform, you'll need a separate api key this key is not the same as your legacy x api key — you'll find it directly inside the new panel , under your account/api settings