Update Business

PUT /businesses/{businessId}

Update business profile fields in the marketplace API domain.

Request

PUT https://marketplace.cloutly.com/api/v2/businesses/{businessId}

{
  "name": "My Business X",
  "address": "123 abc street, NSW",
  "industry": "New industry",
  "logoUrl": "https://your-hosted-url.com/business-1"
}

Response

{
  "id": "5ef7b45b-2fd2-4719-88fd-96ef62f9d4a4",
  "name": "My Business X",
  "address": "123 abc street, NSW"
}

Notes

  • Business profile updates do not re-run source discovery scans.

  • This endpoint updates business metadata in Cloutly.

Last updated