Skip to main content

RegisterTokenDto

tokenstringrequired

Expo Push Token del dispositivo (ExponentPushToken[xxxx])

Example: ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]
platformstring

Plataforma del dispositivo

Possible values: [ios, android, web]

Example: android
RegisterTokenDto
{
"token": "ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]",
"platform": "android"
}