Skip to main content
PUT
/
businesses
/
me
Updates the authenticated user's current business profile.
curl --request PUT \
  --url https://api.leadping.ai/businesses/me \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "secondaryName": "<string>",
  "status": {},
  "phone": "<string>",
  "address": {},
  "website": "<string>",
  "vertical": "<string>",
  "description": "<string>",
  "ein": "<string>",
  "isYoungerThan90": true,
  "einDocument": {},
  "phones": [
    {
      "id": "<string>",
      "name": "<string>",
      "value": "<string>"
    }
  ],
  "setupStep": {},
  "activation": {},
  "compliancePolicy": {},
  "id": "<string>"
}
'
{
  "secondaryName": "<string>",
  "user": {},
  "status": {},
  "phone": "<string>",
  "website": "<string>",
  "address": {},
  "vertical": "<string>",
  "description": "<string>",
  "ein": "<string>",
  "einDocument": {},
  "domain": "<string>",
  "phones": [
    {
      "id": "<string>",
      "name": "<string>",
      "value": "<string>"
    }
  ],
  "site": {},
  "setupStep": {},
  "activation": {},
  "compliancePolicy": {},
  "name": "<string>",
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "modifiedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://leadping.ai/docs/llms.txt

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

Body

A token to cancel the operation.

Request payload for business.

name
string
required
Maximum string length: 255
secondaryName
string | null

The secondary name value for this business.

status
phone
string | null

The phone number associated with this business.

address
object
website
string | null

The website URL associated with this business.

vertical
string | null

The vertical value for this business.

description
string | null

The human-readable description of this business.

ein
string | null

The EIN value for this business.

isYoungerThan90
boolean | null

Whether this business is younger than90.

einDocument
object
phones
object[] | null

The phones included with this business.

setupStep
activation
object
compliancePolicy
object
id
string | null

Response

Returns the business response.

API response containing business data returned to callers.

secondaryName
string | null

The secondary name value for this business.

user
object
status
phone
string | null

The phone number associated with this business.

website
string | null

The website URL associated with this business.

address
object
vertical
string | null

The vertical value for this business.

description
string | null

The human-readable description of this business.

ein
string | null

The EIN value for this business.

einDocument
object
domain
string | null

The domain name associated with this business.

phones
object[] | null

The phones included with this business.

site
object
setupStep
activation
object
compliancePolicy
object
name
string
id
string
createdAt
string<date-time>
modifiedAt
string<date-time> | null