docs.vin

theft

The theft noun — identity, lifecycle, events, and every capability as an anchored section: 12 capabilities, 0 live, 12 sandbox, 0 declared.

theft is one of the estate's 317 automotive nouns — a job a car needs done. It carries 12 capabilities: 0 live, 12 sandbox, 0 declared · doors theft.vin · aggregator.vin.

Identity

Nountheft
PillarData (facets: 6 data · 5 services · 1 commerce)
Capabilities12 — 0 live · 12 sandbox · 0 declared
EntitiesVehicleRecord
Doorsaggregator.vin · theft.vin
SDKVin.theft.* from apis.vin
Address/catalog/theft#{action} — the anchor IS the wire name minus theft.

Events

The vocabulary this noun can append to the record — 7 past-tense, versioned event types, each linked to the capability that emits it:

Discover & read

report

theft.report · POST /thefts/report · gate offer · sandbox · answers TheftReport@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Doortheft.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

EmitsTheft.reported@1.

the SDK — theft.report
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.report({"vin":"3MZBPABM3SM468716"})
POST /thefts/report
curl -X POST https://apis.vin/thefts/report \
  -H 'content-type: application/json' \
  -d '{"vin":"3MZBPABM3SM468716"}'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-17T12:42:18.153Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftReport@1",
  "value": {
    "vin": "vin-61ff460f",
    "asOf": "2027-05-07T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-61ff460f",
    "asOf": "2027-05-07T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

recoveryLookup

theft.recoveryLookup · GET /thefts/recovery-lookup · gate none · sandbox · answers TheftRecoveryLookup@1

FieldTypeRequiredNotes
vinstringno

Doortheft.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

the SDK — theft.recoveryLookup
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.recoveryLookup({"vin":"3MZBPABM3SM468716"})
GET /thefts/recovery-lookup
curl 'https://apis.vin/thefts/recovery-lookup?vin=3MZBPABM3SM468716'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-17T12:42:18.153Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftRecoveryLookup@1",
  "value": {
    "vin": "vin-be6cf113",
    "asOf": "2027-08-09T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-be6cf113",
    "asOf": "2027-08-09T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

nicbCheck

theft.nicbCheck · GET /thefts/nicb-check · gate none · sandbox · answers TheftNicbCheck@1

FieldTypeRequiredNotes
vinstringno

Doortheft.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

the SDK — theft.nicbCheck
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.nicbCheck({"vin":"3MZBPABM3SM468716"})
GET /thefts/nicb-check
curl 'https://apis.vin/thefts/nicb-check?vin=3MZBPABM3SM468716'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-17T12:42:18.153Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftNicbCheck@1",
  "value": {
    "vin": "vin-105aa800",
    "asOf": "2027-02-12T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-105aa800",
    "asOf": "2027-02-12T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

statusCheck

theft.statusCheck · GET /thefts/status-check · gate none · sandbox · answers TheftStatusCheck@1

FieldTypeRequiredNotes
vinstringno

Doortheft.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

the SDK — theft.statusCheck
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.statusCheck({"vin":"3MZBPABM3SM468716"})
GET /thefts/status-check
curl 'https://apis.vin/thefts/status-check?vin=3MZBPABM3SM468716'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-17T12:42:18.153Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftStatusCheck@1",
  "value": {
    "vin": "vin-4773c3e7",
    "asOf": "2027-03-06T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-4773c3e7",
    "asOf": "2027-03-06T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

telematicsLocate

theft.telematicsLocate · GET /thefts/telematics-locate · gate none · sandbox · answers TheftTelematicsLocate@1

No input — this capability takes no request body.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

the SDK — theft.telematicsLocate
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.telematicsLocate()
GET /thefts/telematics-locate
curl 'https://apis.vin/thefts/telematics-locate'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-16T14:50:10.065Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftTelematicsLocate@1",
  "value": {
    "vin": "vin-e099a5b4",
    "asOf": "2027-03-19T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-e099a5b4",
    "asOf": "2027-03-19T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

recoveryConditionReport

theft.recoveryConditionReport · POST /thefts/recovery-condition-report · gate key · sandbox · answers TheftRecoveryConditionReport@1

No input — this capability takes no request body.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

EmitsTheft.recoveryConditionReported@1.

the SDK — theft.recoveryConditionReport
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.recoveryConditionReport()
POST /thefts/recovery-condition-report
curl -X POST https://apis.vin/thefts/recovery-condition-report \
  -H 'content-type: application/json' \
  -d '{}'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-16T14:50:10.065Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftRecoveryConditionReport@1",
  "value": {
    "vin": "vin-42537575",
    "asOf": "2027-03-23T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-42537575",
    "asOf": "2027-03-23T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Quote & price

fee

theft.fee · POST /thefts/fee · gate offer · sandbox · answers TheftFee@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Doortheft.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

EmitsTheft.feeCharged@1.

the SDK — theft.fee
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.fee({"vin":"3MZBPABM3SM468716"})
POST /thefts/fee
curl -X POST https://apis.vin/thefts/fee \
  -H 'content-type: application/json' \
  -d '{"vin":"3MZBPABM3SM468716"}'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-17T12:42:18.153Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftFee@1",
  "value": {
    "vin": "vin-168d37a1",
    "asOf": "2027-05-30T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-168d37a1",
    "asOf": "2027-05-30T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Authorize & resolve

clear

theft.clear · POST /thefts/clear · gate offer · sandbox · answers TheftClear@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Doortheft.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

EmitsTheft.cleared@1.

the SDK — theft.clear
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.clear({"vin":"3MZBPABM3SM468716"})
POST /thefts/clear
curl -X POST https://apis.vin/thefts/clear \
  -H 'content-type: application/json' \
  -d '{"vin":"3MZBPABM3SM468716"}'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-17T12:42:18.153Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftClear@1",
  "value": {
    "vin": "vin-452a18ec",
    "asOf": "2027-03-08T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-452a18ec",
    "asOf": "2027-03-08T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

flag

theft.flag · POST /thefts/flag · gate offer · sandbox · answers TheftFlag@1

FieldTypeRequiredNotes
vinstringno

The gate is a 402 OFFER — the price and a hard ceiling on the wire, with a durable intent that executes on settlement. Never a wall, never "contact sales". Price: not posted — see /pricing.

Doortheft.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

EmitsTheft.flagged@1.

the SDK — theft.flag
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.flag({"vin":"3MZBPABM3SM468716"})
POST /thefts/flag
curl -X POST https://apis.vin/thefts/flag \
  -H 'content-type: application/json' \
  -d '{"vin":"3MZBPABM3SM468716"}'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-17T12:42:18.153Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftFlag@1",
  "value": {
    "vin": "vin-295eb542",
    "asOf": "2026-11-04T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-295eb542",
    "asOf": "2026-11-04T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

More actions

insurerRecoveryHandoff

theft.insurerRecoveryHandoff · POST /thefts/insurer-recovery-handoff · gate key · sandbox · answers TheftInsurerRecoveryHandoff@1

No input — this capability takes no request body.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

EmitsTheft.insurerRecoveryHandedOff@1.

the SDK — theft.insurerRecoveryHandoff
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.insurerRecoveryHandoff()
POST /thefts/insurer-recovery-handoff
curl -X POST https://apis.vin/thefts/insurer-recovery-handoff \
  -H 'content-type: application/json' \
  -d '{}'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-16T14:50:10.064Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftInsurerRecoveryHandoff@1",
  "value": {
    "vin": "vin-793ba8c2",
    "asOf": "2027-04-28T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-793ba8c2",
    "asOf": "2027-04-28T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

lprHit

theft.lprHit · GET /thefts/lpr-hit · gate none · sandbox · answers TheftLprHit@1

FieldTypeRequiredNotes
vinstringno

Doortheft.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

the SDK — theft.lprHit
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.lprHit({"vin":"3MZBPABM3SM468716"})
GET /thefts/lpr-hit
curl 'https://apis.vin/thefts/lpr-hit?vin=3MZBPABM3SM468716'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-17T12:42:18.153Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftLprHit@1",
  "value": {
    "vin": "vin-6789d9f7",
    "asOf": "2027-05-16T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-6789d9f7",
    "asOf": "2027-05-16T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

personalPropertyInventory

theft.personalPropertyInventory · POST /thefts/personal-property-inventory · gate key · sandbox · answers TheftPersonalPropertyInventory@1

No input — this capability takes no request body.

Dooraggregator.vin serves this noun on its two routes: / (the landing) · /3MZBPABM3SM468716 (the VIN lens).

Try it — sandbox: every call answers a deterministic, provenance-labeled simulated payload ({ environment, simulated } in the body). Force any documented outcome with the magic triggers. Going live is a connect, never a ballot: submit the credential at integrates.vin (dealer systems) or connects.vin (consumer accounts) — submissions enter the activation queue and rank live rollout.

EmitsTheft.personalPropertyInventoried@1.

the SDK — theft.personalPropertyInventory
import { theft } from 'apis.vin'

// the gate law is in the type system: Answer<T> = Ok | Empty | Blocked | Offer
const answer = await theft.personalPropertyInventory()
POST /thefts/personal-property-inventory
curl -X POST https://apis.vin/thefts/personal-property-inventory \
  -H 'content-type: application/json' \
  -d '{}'

Receipt — the sandbox wire answered the request above with this exact body at build time. Captured by the receipts runner (timestamped, provenance in the payload), never authored; it re-executes only when this descriptor changes.

receipt · executed 2026-08-16T14:50:10.064Z · HTTP 200
{
  "type": "OK",
  "answers": "TheftPersonalPropertyInventory@1",
  "value": {
    "vin": "vin-b656c058",
    "asOf": "2027-02-10T00:00:00.000Z",
    "facets": []
  },
  "evidence": {
    "vin": "vin-b656c058",
    "asOf": "2027-02-10T00:00:00.000Z",
    "facets": []
  },
  "provenance": {
    "simulated": true,
    "environment": "sandbox",
    "source": "theft-sandbox"
  },
  "events": [],
  "meter": {
    "charged": "0.00",
    "posted": false
  }
}

Data model

The record shape behind this noun — one entity, each property an evidence field. See the whole estate model on the data model page.

VehicleRecord


Generated from the catalog. Every capability, answer, gate, and entity on this page is a rendered descriptor — it cannot drift from the wire.