v1

latestOpenAPI 3.1.02026-07-1413113265.9 KB
client

[BETA] set business profile

Update the authenticated business account's profile. Only provided fields are changed. Profile picture is managed separately. Note: This endpoint is currently in beta and may change without notice.

post/instances/{id}/client/action/set-business-profile

Path parameters

idinteger required

Instance ID

Request body

descriptionstring
emailstring
addressstring
latitudenumber
longitudenumber
businessHoursobject

{ timezone, note, config: { MON: {mode, hours: [[open, close]]}, ... } }

priceTierstring
serviceAreasobject[]

Response

Business profile updated successfully

instanceIdstring

ID of the instance

status'success' | 'error'

Example response

{
  "instanceId": "1",
  "status": "success"
}