For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sincronização de CPF (Pessoa Física)

Requisitos de autenticação:

  • Endpoints regulares usam OAuth2 autenticação com URL base: https://api.us.prd.caf.io

  • Para maior segurança, alguns endpoints também podem suportar mTLS autenticação com URL base: https://mtls.us.prd.caf.io

  • Para informações sobre a implementação de mTLS, acesse Usando mTLS

Este é um serviço exclusivo para consultar pessoas brasileiras. Este recurso consulta informações pessoais básicas usando o CPF fornecido e retorna os dados recebidos na mesma solicitação.

Run synchronous Basic Data for Individual

post
/

The cpf sync service returns whether the provided CPF is valid, as well some basic information about the holder.
Permission required: Create Services

Parâmetros de consulta
originstringOpcional

If necessary, the source may also return the mother's name. To retrieve this information, the parameter origin=2 must be included in the query URL

Example: https://api.us.prd.caf.io/v1/services?origin=2
Parâmetros de cabeçalho
AuthorizationstringObrigatório

Your access token. See more in the 'Authentication' topic of this section.

Corpo
servicestringObrigatório

The name of the requested service, for Basic Data Sync (Individual) need be "cpf_sync"

Default: cpf_syncExample: cpf_sync
metadataobjectOpcional

All fields passed to the metadata will be returned in the response, this field is useful to bring an internal identifier of the request for example

Respostas
200

Success

application/json
requestIdstringOpcional
messagestringOpcional
post/

Atualizado