beycome_offers
Post-publish stage — offers received on the owner's listings (GET /offers).
Used once a listing is live. Requires access_token. Returns a paginated
list (20 per page; pass page to advance) of every offer across all of the
signed-in user's listings — each entry is the full offer record (buyer,
price, contingencies, dates, status). Read-only.
There is no server-side prop_id filter; to show offers for one listing,
filter client-side on each offer's prop_id. Responding to an offer
(accept / reject / counter) is not exposed here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number of the paginated offers list (defaults to page 1). | |
| access_token | Yes | Bearer access token from beycome_signin_verify, or a previously saved token from your memory for this user. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||