---
title: "[BETA] set business profile"
method: POST
path: "/instances/{id}/client/action/set-business-profile"
tags: ["client"]
---

# [BETA] set business profile

`POST /instances/{id}/client/action/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.

## Path parameters

- `id` integer, required

## Request body

- object
  - `description` string
  - `email` string
  - `address` string
  - `latitude` number
  - `longitude` number
  - `website` object[] — Up to two websites. Empty array clears them.
    - `url` string
  - `categories` object[]
    - `id` string
  - `businessHours` object — { timezone, note, config: { MON: {mode, hours: [[open, close]]}, ... } }
  - `priceTier` string
  - `serviceAreas` object[]

## Response `200`

Business profile updated successfully

- object
  - `instanceId` string — ID of the instance
  - `data` object
    - `profile` object — Business profile. Only populated for Business accounts.
      - `description` string, nullable
      - `email` string, nullable
      - `address` string, nullable
      - `website` object[]
        - `url` string
      - `categories` object[]
        - `id` string
        - `localized_display_name` string
      - `businessHours` object, nullable
      - `profileOptions` object, nullable
  - `status` 'success' | 'error'

## Other responses

- `401` — Unauthorized — invalid or missing bearer token
- `403` — Forbidden — insufficient permissions or account blocked
- `404` — Not found — instance does not exist or does not belong to you

---

[API](https://skmtc.net/waapi/apis/waapi-api.md) · [All operations](https://skmtc.net/waapi/apis/waapi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/waapi/waapi-api/revisions/1e2cc7c12090/schema)
