X-Api-External-Id. Use quando perdeu o application_id (timeout na criação, por exemplo) e precisa saber se a solicitação chegou a existir.curl --location 'https://gtw.unnotech.com.br/public/api/v1/fgts/applications?api_external_id=PEDIDO-2026-0001' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"application_id": "3f6a1b2c-8d4e-4f10-9a7b-2c5e6d8f0a13",
"api_external_id": "PEDIDO-2026-0001",
"status": "QUOTING",
"quotes_pending": 1,
"quotes": [
{
"source": "J17",
"status": "PENDING",
"reason": "Saldo FGTS insuficiente para antecipação."
}
],
"offers": [
{
"offer_id": "of_9f2c41a7e8b34d61",
"source": "J17",
"table_name": "FGTS 1.79",
"status": "AVAILABLE",
"net_amount": 3418.72,
"total_amount": 4200,
"iof": 62.18,
"cet_monthly": 1.79,
"cet_annual": 23.71,
"installments": [
{
"due_date": "2027-04-01T00:00:00.000Z",
"amount": 512.44
}
],
"expires_at": "2026-07-27T18:45:00.000Z",
"rejection_reason": {
"kind": "REGRA_VIOLADA",
"code": "IDADE_MINIMA",
"message": "Cliente não atende à idade mínima exigida para a operação."
}
}
],
"proposal_uuid": "b81c9f30-5a24-4e6d-91f8-7d3a0c5b2e64"
}
]
}