Refresh Token

This endpoint allows you to refresh firebase token

Chains Supported:

Mainnet: ethereum,bsc,matic,celo,avalanche,klaytn,kadena,velas,cronos,fuse,fantom,arbitrum,mode,optimism,manta,base,aurora,moonbeam,moonriver,movementnetwork,partisiablockchain.

Testnet: bsc-testnet, klaytn-testnet, partisiablockchain-testnet, movementnetwork-bardock and redbelly-testnet.

In order to use notifications for testnets use

 https://testnet-notify.unmarshal.com/v1/firebase/refresh-token	

along with all required body.

unmarshal.Notifications
   .Firebase.RefreshFCMToken({
       fcmToken: "FCM_TOKEN",
       deviceId: "DEVICE_ID"
   })
   .then(({data}) => console.log(data))
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
string
required
Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!