Tenant
Import listings from other tenants
Import one or more listings from other tenants in the same workspace
Authorization
x-calry-api-key x-calry-api-key<token>
In: header
Header Parameters
x-calry-tenant-id?string
Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api/v1/tenants/import-listings" \ -H "Content-Type: application/json" \ -d '{ "listingIDs": [ "string" ] }'Empty
Empty
Empty
Empty