### Score Only API Source: https://developer.equifax.com/products/score-only The Score Only API returns a Score or Multiple Scores and related reason codes for a Consumer. Score can support both hard and soft postings. Any of the standard score models and custom models are available via the API for different industry codes. ```APIDOC ## Score Only API ### Description The Score Only API returns a Score or Multiple Scores and related reason codes for a Consumer. Score can support both hard and soft postings. Any of the standard score models and custom models are available via the API for different industry codes. ### Method POST ### Endpoint /score-only ### Request Body This endpoint does not explicitly define a request body in the provided documentation. However, it is implied that a request would be made to retrieve score information. ### Response #### Success Response (200) - **score** (object) - Contains score details. - **reasonCodes** (array) - List of reason codes associated with the score. #### Response Example { "score": { "modelId": "string", "scoreValue": "integer" }, "reasonCodes": [ "string" ] } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.