Skip to main content
PATCH
/
clients
/
{id}
Update a client
curl --request PATCH \
  --url https://api.gospott.com/clients/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "stageId": "<string>",
  "company": {
    "name": "<string>",
    "domain": "<string>",
    "linkedinId": "<string>",
    "description": "<string>"
  }
}
'
{
  "status": 0,
  "message": "<string>",
  "requestId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.spott.io/llms.txt

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

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Path Parameters

id
string
required

Body

application/json
status
enum<string> | null
Available options:
lead,
prospect,
customer,
lost_customer,
blacklisted
stageId
string
company
object

Response

Client updated successfully