cURL
curl --request GET \ --url https://services.pref.rio/rmi/v1/memory/{phone_number}/{memory_name} \ --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 uma única memória associada 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
Nome da memória
Memória obtida com sucesso
base
appended
low
medium
high