latestOpenAPI 3.1.02026-08-1014497184.0 KB
8b99dca11019
mobile_push
expo
Save an Expo token
Saves the Expo token for the authenticated user. This token serves as a credential for accessing channel-specific functionality. Each token is unique to the user and channel combination, allowing for direct communication with the user via the channel.
put/channels/mobile_push/expo/tokens
Request body
Example request
{
"device_token": "ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]"
}Response
OK
Example response
{
"device_token": "ExponentPushToken[xxxxxxxxxxxxxxxxxxxxxx]"
}