Returns the metadata for a specific transaction. Useful for a quick lookup of a transaction by its GUID.
GET
/transactions/{transactionId}
curl \
--request GET 'https://ws.zipformplus.com/api/transactions/{transactionId}' \
--header "X-Auth-ContextId: $API_KEY"
Response examples (200)
{
"id": "string",
"name": "1060 Mountain St",
"status": "active",
"expiration": "2026-05-04T09:42:00Z",
"transactionType": "Listing",
"propertyType": "Residential",
"hasFiles": true,
"created": "2026-05-04T09:42:00Z",
"lastUpdated": "2026-05-04T09:42:00Z",
"ownerName": "string",
"number": 1033771,
"seller": "string",
"buyer": "string",
"propertyAddress": "string",
"address": "string",
"city": "string",
"state": "string",
"zip": "string",
"isSigned": true,
"EncryptedOwnerId": "string"
}