---
title: "Set the expeditor name of a business"
method: POST
path: "/review_booster/expeditor"
tags: ["Review Booster"]
---

# Set the expeditor name of a business

`POST /review_booster/expeditor`

This endpoint lets you set the expeditor name of a business.
An expeditor name is the name of the sender used to send the message.   It will be seen instead of the phone number on the destination phone.
An expeditor name's length must be between 3 and 11 characters. No special characters are allowed.
Your business must be subscribed to the Review Booster product.

## Request body

- object
  - `business_id` string, required — Business id
  - `expeditor_name` string, required — The new expeditor name

## Response `200`

OK

- object
  - `expeditor_name` string — the updated expeditor name, with no special characters and between 3 and 11 characters
  - `status` 'success' — Request status

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

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