v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Scores

Create a score

Records a score against a scoring framework.

post/v1/scores

Request body

frameworkIdstring
frameworkNamestring required
companystring
screeningIdstring
finalScorenumber required
metadataobject

Response

Records a score against a scoring framework.

Example response

{
  "data": {
    "finalScore": 78.5
  }
}