---
title: "Create or replace the account's business profile"
method: PUT
path: "/v1/me/profile"
tags: ["Account"]
---

# Create or replace the account's business profile

`PUT /v1/me/profile`

## Request body

- Profile
  - `company_name` string, nullable
  - `website` string, nullable
  - `description` string, nullable
  - `contact_name` string, nullable
  - `contact_email` string, nullable
  - `contact_phone` string, nullable
  - `address_line1` string, nullable
  - `address_line2` string, nullable
  - `city` string, nullable
  - `region` string, nullable
  - `postal_code` string, nullable
  - `country` string, nullable — ISO 3166-1 alpha-2

## Response `200`

Profile saved.

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `profile` Profile
      - `company_name` string, nullable
      - `website` string, nullable
      - `description` string, nullable
      - `contact_name` string, nullable
      - `contact_email` string, nullable
      - `contact_phone` string, nullable
      - `address_line1` string, nullable
      - `address_line2` string, nullable
      - `city` string, nullable
      - `region` string, nullable
      - `postal_code` string, nullable
      - `country` string, nullable — ISO 3166-1 alpha-2

## Other responses

- `401` — Missing or invalid API key (`unauthenticated`).
- `422` — Invalid payload (`validation_failed` / `entry_limit_exceeded`).

---

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