cURL
curl --request GET \ --url https://services.pref.rio/rmi/v1/memory/{phone_number} \ --header 'Authorization: Bearer <token>'
[ { "description": "<string>", "memory_name": "<string>", "memory_type": "base", "relevance": "low", "value": "<string>", "created_at": "<string>", "memory_id": "<string>", "updated_at": "<string>" } ]
Recupera a lista de memórias associadas ao telefone do cidadão.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Número do telefone
Lista de memórias obtida com sucesso
base
appended
low
medium
high