Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://platform.lymo.jp/v1/deals/{id}/scorings/{scoring_id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "deal_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "result": { "probability": 123, "factors": [ { "factor_id": "<string>", "score": 123, "reason": "<string>" } ] }, "error": { "code": "<string>", "message": "<string>" }, "started_at": "2023-11-07T05:31:56Z", "finished_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }, "meta": { "request_id": "req_abc123" } }
Unkey API key (prefix lymo_)
Deal ID
Scoring ID
Scoring detail
Show child attributes
このページは役に立ちましたか?