v1

latestOpenAPI 3.0.02026-07-1355113123.3 KB
Business Profile

Update-Business-Profile

post/settings/business/profile

Request body

addressstring required

Address of the business Maximum of 256 characters

descriptionstring required

Description of the business Maximum of 256 characters

emailstring required

Email address to contact the business Maximum of 128 characters

verticalstring required

Industry of the business Maximum of 128 characters

websitesstring[] required

URLs associated with business (e.g., website, Facebook page, Instagram) Maximum of 2 websites with a maximum of 256 characters each

Example request

{
  "address": "<Business Profile Address>",
  "description": "<Business Profile Description>",
  "email": "<Business Profile Email>",
  "vertical": "<Business Profile Vertical>",
  "websites": [
    "https://www.whatsapp.com",
    "https://www.facebook.com"
  ]
}