Skip to main content
POST
Track Score
Track score allows you to associate a score 0-100 with each request.

Authorizations

X-API-KEY
string
header
required

Body

application/json
request_id
integer
required

The request_id from tracking a request.

score
integer
required

The score you would like to give to this request (0 - 100).

Required range: 0 <= x <= 100
name
string

A name for this request score. If not provided, the score will be tracked as default.

Response

Score tracked successfully

success
boolean
required
message
string
required