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

Authorizations

Authorization
string
header
required

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

Path Parameters

cpf
string
required

CPF number

Response

Notification preferences

category_opt_ins
object
cpf
string
opt_in
boolean
updated_at
string