Upsert FCM token

Upserts a Firebase Cloud Messaging token for the caller. Dedupes on token; if token exists, updates last_used_timestamp. | (FirebaseCloudMessagingTokenClientCreate1) -> (UserPrivateData1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
firebase_cloud_messaging_tokenstringRequired
platformenumOptional
Allowed values:

Response

Successful Response
schema_versioninteger
created_at_timestampdatetime
user_idstring
_idstring
stripe_customer_idstring or null
primary_email_addressstring or nullformat: "email"
phone_numberstring or null
firebase_cloud_messaging_token_datalist of objects or null

Errors