Base URL
https://api.pre.transactiondesk.com
Lonewolf's TransactionDesk API for Partners to integrate with the TransactionDesk application.
Authorization
Authorization Code Flow
- Redirect the user to the OAuth authorization URL:
https://api.pre.transactiondesk.com/oauth/authorize?client_id=Lonewolf&redirect_uri=https://www.example.com&response_type=code&state=active - The user logs in via the Lonewolf Authentication system.
- On success, the user is redirected back to your
redirect_uriwith acodeparameter appended. - Exchange the code for an access token via
POST /oauth/token(see Authentication section). The code is one-time-use and expires in 10 minutes. - Include the access token in the
Authorization: Bearer <token>header on every request.
Client Credentials Flow
For enterprise integrations, use grant_type=client_credentials. No user redirect is required. Include an On-Behalf-Of header with the target user's GUID on API requests.
Universal Global Fields
Below is a list of the fields related to a transaction that can be updated through the API for the Transaction Desk System.
1. Property Information
Address
streetNumberstreetNamecitycountystatezipCode
Subdivision and Parcel Information
subDivisionlotNumberblockpageNumberplatBook
Property Characteristics
yearBuiltzoningClassschoolDistrict
Tax and Legal Information
taxNumbertownshiplegalDescription
2. Listing Information
Listing Identification
mlsNumber
Pricing
listPrice
Listing Timeline
expirationDate
Property Inclusions and Exclusions
propertyIncludespropertyExcludesleasedItems
3. Purchase Information
Pricing
purchasePrice
Offer Timeline
offerDateofferExpirationDateofferAcceptanceDate
Financing Timeline
applicationDateapprovalDate
Deposits
depositAmountadditionalDepositAmountadditionalDepositDate
Transaction Milestones
fundingDatepossessionDateclosingDate
This is version 2.0 of this API documentation. Last update on Jun 10, 2026.