Skip to main content
GET
List Custom Variables

Authorizations

apikey
string
header
required

API Key (i.e. Rest API Key from the Dashboard).

Response

200 - application/json

List of custom variables

_id
string
Example:

"507f1f77bcf86cd799439011"

appId
string
Example:

"my-app-id"

name
string
Example:

"user.plan"

description
string
Example:

"The user subscription plan"

sourceType
enum<string>
Available options:
message_metadata,
user_metadata,
constant
Example:

"user_metadata"

sourcePath
string
Example:

"metadata.plan"

constantValue
string
Example:

"premium"

defaultValue
string
Example:

"free"

category
enum<string>
Available options:
custom
Example:

"custom"

createdAt
number
Example:

1700000000000

updatedAt
number
Example:

1700000000000