Skip to main content
GET
/
api
/
v1
/
empregabilidade
/
termos-uso
/
{cpf}
/
details
Buscar detalhes dos termos
curl --request GET \
  --url https://services.pref.rio/go/api/v1/empregabilidade/termos-uso/{cpf}/details \
  --header 'Authorization: Bearer <token>'
{
  "aceito_em": "<string>",
  "cpf": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>",
  "user_consent": true
}

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 do usuário

Response

OK

aceito_em
string
cpf
string
created_at
string
updated_at
string