Show an individual Transaction
curl --request GET \
--url https://app.blueprinttitle.com/public/api/v3.0.0/transactions/4ce24563-c144-4d4f-a53c-91d23ccdf86f \
--header 'Accept: application/json' \
--header 'Authorization: Bearer 2|fa1CXjgluUt5ma9o01A79LQC9N1VkKQDopT6uVhr'
Response
{
"data": {
"name": "Weimann, Dibbert and Fadel - 555 Elm Ave",
"order_id": "c28fadca-bcae-4701-b20d-7e5f6a98801d",
"estimated_closing_date": "2021-04-24",
"properties": [
"555 Elm Ave, Springfield, IL 90210"
],
"progress": {
"commitment_uploaded": false,
"policy_issued": false
},
"status": "New",
"buyers": [
"Jeff Smith"
],
"borrowers": [],
"sellers": [
"Jane Smith"
]
}
}