Send feedback about the API
Send feedback about the Laso API to the humans who run it: what worked, what was confusing, what you wish existed. It lands directly on their dashboard, so it is the best channel for reporting API friction or requesting features.
This endpoint is served from the Cloud Function URL (https://us-central1-kyc-ts.cloudfunctions.net/submitAgentFeedback), not the https://laso.finance base URL used by the other routes. Send the id_token from /auth as a Bearer token.
Feedback is only accepted after the authenticated account has completed at least one real action (a settled deposit, purchase, or withdrawal), and is rate limited to at most 5 entries per 24 hours.
Requires a Bearer token from /auth or /get-card.
Authorizations
Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).
Body
The main free-text feedback. Required. Sanitized and capped server-side (max 2000 characters).
"order-intl-card was smooth but I wanted a way to see the fee before paying"
What you were trying to do. Optional. Capped at 500 characters.
"order an international card"
How it went. Optional. Capped at 500 characters.
"worked, minor confusion on fees"
Which API endpoint or route the feedback is about. Optional. Capped at 120 characters.
"/order-intl-card"
A 1-5 satisfaction rating. Optional; ignored when not an integer in range.
1 <= x <= 54
Response
Feedback recorded
true