Skip to main content
POST
/
prod
/
site
/
variables
/
{id}
Upsert Website Custom Variable
curl --request POST \
  --url https://api.aimtell.com/prod/site/variables/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization-Api-Key: <api-key>' \
  --data '
{
  "name": "<string>",
  "value": "<string>"
}
'
true

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

id
string
required

Site ID

Body

application/json
name
string
required

Name of Custom Variable

value
string
required

Value of Custom Variable

Response

200