Skip to main content
GET
/
phone
/
{phone_number}
/
notification-preferences
Get phone notification preferences (admin only)
curl --request GET \
  --url https://services.pref.rio/rmi/v1/phone/{phone_number}/notification-preferences \
  --header 'Authorization: Bearer <token>'
{
  "category_opt_ins": {},
  "opt_in": true,
  "phone_number": "<string>",
  "updated_at": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

phone_number
string
required

Phone number

Response

Notification preferences

category_opt_ins
object
opt_in
boolean
phone_number
string
updated_at
string