Migrate a Workspace
Overview
The API Comparison table highlights the shared actions and API methods between IQM and Xandr for creating and managing Workspaces, Customers, and Advertisers. Select an endpoint to review each platform's relevant API documentation. By comparing APIs, you can migrate your workflow from Xandr to IQM.
For a comprehensive overview of IQM's finance services, see the Workspace API.
Definitions
IQM | Xandr | Description |
---|---|---|
Organization | Member | The entity containing an Organization's or company's details (address, email, website, etc.). |
Workspace (User) | Publisher/Advertiser | A user that signs up with the platform and receives authentication credentials: Organization Workspace ID (owId) for IQM; Advertiser ID for Xandr. Workspace Users are also referred to as Advertisers or Customers in different contexts. |
Advertiser (Customer) | Advertiser | On IQM's platform, once an Advertiser is assigned to a Workspace User, it becomes a Customer (these also operate as their own Workspaces). This relationship for Xandr is between a User and a Role. An Advertiser can be assigned to one Workspace; and they can have multiple Insertion Orders assigned to them. |
API Comparison
Base URLs
IQM: https://app.iqm.com
Xandr: https://api.appnexus.com
Action | IQM Endpoint | Xandr Endpoint | Notes |
---|---|---|---|
Create an Organization | n/a | /member | Xandr requires Admin privileges to create a new member. |
Get Organization Details | /api/v3/ua/organization/view-profile /api/v3/ua/user/allowed-organizations | /member | |
Create a Workspace (User) | /api/v3/ua/workspace /api/v3/ua/user/invite /api/v3/ua/sign-up | /advertiser /publisher | |
Get Workspace (User) Details | /api/v3/ua/customers/workspaces/list /api/v3/ua/users/list | /advertiser /publisher | Xandr endpoint uses query to retrieve an Advertiser by ADVERTISER_ID or ADVERTISER_CODE, or a Publisher by PUBLISHER_ID |
Add Advertiser Profile | /api/v3/ua/organization/advertiser/add /api/v3/ua/customer/invite /api/v3//ua/user/customer/assign | /advertiser | For IQM, an Advertiser is created when inviting a Customer to signup, and then assigning them to a User. |
Get Advertiser Details | /api/v3/ua/organization/advertisers/list /api/v3/ua/customers/list | /advertiser | |
User Permissions | /api/v3/ua/user/application/add /api/v3/ua/customer/application/add | /user | For Xandr permissions are defined with on user creation with user_type. |
More Workspace Resources
IQM:
- User Management API
- Workspace API
- IQM Platform Overview
- Sign Up and Authenticate (Quickstart Guide)
- Manage your Organization (Help Center Article)
Xandr: