Cpf Sync (Individual)
The cpf sync service returns whether the provided CPF is valid, as well some basic information about the holder.
Permission required: Create Services
Query parameters
originstringOptionalExample:
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
https://api.us.prd.caf.io/v1/services?origin=2Header parameters
AuthorizationstringRequired
Your access token. See more in the 'Authentication' topic of this section.
Body
servicestringRequiredDefault:
The name of the requested service, for Basic Data Sync (Individual) need be "cpf_sync"
cpf_syncExample: cpf_syncmetadataobjectOptional
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
Responses
200
Success
application/json
requestIdstringOptional
messagestringOptional
400
Invalid provided body
application/json
401
Invalid token
application/json
403
The token does not have permission to access this resource
application/json
500
Internal server error
application/json
post/
Last updated

