Skip to main content
PATCH
/
locations
/
{locationId}
/
call-forwarding
Change routing mode
curl --request PATCH \
  --url https://api.pickupbell.com/locations/{locationId}/call-forwarding \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "mode": "replace",
  "existing_business_line": "<string>"
}
'
{
  "data": {
    "location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "mode": "replace",
    "existing_business_line": "<string>",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.pickupbell.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Location-scoped API token from Settings → API & MCP.

Path Parameters

locationId
string
required

Location UUID or slug (e.g. premier-hvac).

Body

application/json
mode
enum<string>
Available options:
replace,
forward_all,
forward_busy,
forward_hours
existing_business_line
string | null

Response

200 - application/json

Updated

data
object