# Get offer by **GET /v1/Offers/{key}** ## Servers - https://api.pre.lwolf.com/transact-workflow: https://api.pre.lwolf.com/transact-workflow () ## Parameters ### Headers - **on-behalf-of** (string) On behalf of user ### Path parameters - **key** (string(uuid)) ### Query parameters - **select** (string) Limits the properties returned in the result. - **expand** (string) Indicates the related entities to be represented inline. The maximum depth is 2. ## Responses ### 200 OK #### Body: application/json (object) - **offerId** (string(uuid)) - **transactionId** (string(uuid)) - **userId** (string(uuid)) - **finalWalkthroughDate** (string(date-time) | null) - **closingDate** (string(date-time) | null) - **possessionDate** (string(date-time) | null) - **offerDate** (string(date-time) | null) - **expirationDate** (string(date-time) | null) - **acceptanceDate** (string(date-time) | null) - **createdDate** (string(date-time) | null) - **updatedDate** (string(date-time) | null) - **purchasePrice** (number(double) | null) - **deposit** (number(double) | null) - **isDeleted** (boolean) [Powered by Bump.sh](https://bump.sh)