Skip to main content

Register Apns Token

POST 

/api/v1/users/me/apns-token

Register or clear the raw APNs device token for direct alert push delivery (iOS). Send null to clear (when notifications disabled).

Get the token in the mobile app with: import messaging from '@react-native-firebase/messaging'; const apnsToken = await messaging().getAPNSToken();

Request

Responses

Successful Response