POST
/
imoveis
/
async
/
cpf
/
{cpf}
Imoveis de pessoa (async)
curl --request POST \
  --url 'https://modulos.sherlocker.dev/imoveis/async/cpf/{cpf}?token='
{
  "jobId": "<string>",
  "statusUrl": "<string>"
}

Authorizations

token
string
query
required

Path Parameters

cpf
string
required

Query Parameters

uf
string
parentes
boolean

Response

202 - application/json

Job criado

jobId
string
statusUrl
string