latestOpenAPI 3.0.32026-08-208185259.4 KB

f00047222b8f

Users

Register mobile device to push notifications service

Register the user's device into 'Zoominfo Notifications Center', so it will be able to receive push notifications.

post/api/v1/users/me/actions/register_token

Request body

device_osstring required
device_typestring required
tokenstring required
type'MOBILE_PUSH' required

Example request

{
  "type": "MOBILE_PUSH"
}

Response

Success