beycome_questionnaire_link
Questionnaire stage — mint a pre-authorized link to the MLS questionnaire form (POST /api/mls/questionnaire-link).
Requires a PAID listing (premium active, Flat/Yes) — whether the user just
paid on the submit-property page (beycome_submit_property_link) or
already had a paid listing with the questionnaire still pending. Returns a pre-authorized link (expires in 7 days) — this tool
only hands back the URL; everything else happens in the browser, with no
login step. Present the URL and tell the user that on the page they will:
review the pre-filled MLS questionnaire and complete any fields Beycome couldn't pre-fill,
upload property photos and the required documents,
review and submit. After they submit, the listing goes live within about 48 hours, provided all the paperwork clears.
Failure modes to relay plainly: 403 — the token is not the owner's; 422 — the listing is not paid yet, or the questionnaire was already submitted; 401 — bad/missing token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prop_id | Yes | Property id in beycome. | |
| 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 | |||