Skip to main content
Version: Next

Target

Delivery target. The target type determines whether id refers to a user, asset, realm, or custom address.

allowedLocalesstring[]
dataobject
idstring
localestring
typestring

Possible values: [REALM, USER, ASSET, CUSTOM]

Target
{
"allowedLocales": [
"string"
],
"data": {},
"id": "string",
"locale": "string",
"type": "REALM"
}