---
title: "Edit Publisher Profile"
method: POST
path: "/v2/publishers/profile"
tags: ["Publisher Profile"]
---

# Edit Publisher Profile

`POST /v2/publishers/profile`

Updates Publisher Profile

## Request body

- ProfileEdit
  - `name` string
  - `phone` string
  - `company` string

## Response `200`

Successful operation

- object
  - `success` boolean
  - `message` string
  - `publisher` PublisherProfile
    - `name` string
    - `email` string
    - `phone` string
    - `status` string
    - `hashId` string
    - `company` string
    - `id` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/trackier/apis/trackier-publisher-api-docs.md) · [All operations](https://skmtc.net/trackier/apis/trackier-publisher-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trackier/trackier-publisher-api-docs/revisions/662d56d3e6f1/schema)
