Skip to main content
PUT
/
api
/
v2
/
network
/
tracker
/
user-change
Update click user data
curl --request PUT \
  --url 'https://{domain}/api/v2/network/tracker/user-change?api-key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "click_id": "string",
  "email": "user@example.com",
  "firstname": "string",
  "lastname": "string",
  "phone": "+15551234567"
}
'
{
  "status": "success",
  "code": 200,
  "name": "OK",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.scaleo.io/llms.txt

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

Authorizations

api-key
string
query
required

API key passed as query parameter. User must have api_status enabled.

Body

application/json
click_id
string

Click UUID to update.

email
string
firstname
string
lastname
string
phone
string
custom1
string
custom2
string
custom3
string
custom4
string
custom5
string
custom6
string
custom7
string
custom8
string
custom9
string
custom10
string
frozen

Frozen status update flag.

Response

User data updated.

status
string
Example:

"success"

code
integer
Example:

200

name
string
Example:

"OK"

message
string