Skip to main content
GET
/
vehicles
/
owner-lookup
/
{requestGuid}
cURL
curl --request GET \
  --url https://lens-api.tic.io/vehicles/owner-lookup/{requestGuid} \
  --header 'x-api-key: <api-key>'
{
  "requestGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "vehicleSummaryId": 123,
  "registreringsnummer": "<string>",
  "ownerName": "<string>",
  "postort": "<string>",
  "personId": 123,
  "personIdNummer": "<string>",
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

requestGuid
string<uuid>
required

Response

OK

requestGuid
null | string<uuid>
status
null | string
vehicleSummaryId
null | integer<int32>
registreringsnummer
null | string
ownerName
null | string
postort
null | string
personId
null | integer<int32>
personIdNummer
null | string
message
null | string