v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Review Booster

Set the expeditor name of a business

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.

post/review_booster/expeditor

Request body

business_idstring required

Business id

expeditor_namestring required

The new expeditor name

Example request

{
  "business_id": "5409c35a97bbc544d8e26737",
  "expeditor_name": "Partoo"
}

Response

OK

expeditor_namestring

the updated expeditor name, with no special characters and between 3 and 11 characters

status'success'

Request status

Example response

{
  "expeditor_name": "Partoo"
}