Skip to main content

Create a new variable

POST 

/variables/create

Create a new variable

Request

Body

    type stringrequired

    Possible values: [float, geo]

    name stringrequired
    desc string
    variable stringrequired
    ttl integer

    Time-To-Live(TTL) in months for the data submitted for this variable. By default it is set to 1200 months(100 Years!)

Responses

OK

Schema
    success boolean
    error string
    errorcode integer
    variableId string
Loading...