Get analysis tokens score
In order to receive the scores of the generated tokens that was formerly requested with an alphabet for a number of digits, the identifier of the tokens object MUST be sent as the first HTTP request path parameter together with score as the second HTTP request path parameter.
The remote service streams the scores CSV-formatted (one score per line) as chunks in the response body. The service consumer is responsible to save the streamed scores to a CSV file.
The score of a token represents the token's fixed, zero-based position in the sorted set of all available tokens that can theoretically be generated by a production line, based on the chosen alphabet and number of digits. The scores are only available if an integrated stochastic analysis of the tokens at least at metrics level has previously been requested and can be used for further stochastic analysis by the customer's preferred statistical toolset.
Request endpoint
GET SERVER:PORT/api/tokens/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/score
Response status
200
Request headers
Accept:application/vnd.api+json
Content-Type:application/vnd.api+json
Session-Key:SSSSSSSS-SSSS-SSSS-SSSS-SSSSSSSSSSSS
Response headers
Transfer-Encoding:chunked
Connection:keep-alive
Date:Tue, 19 Mar 2024 12:57:48 GMT
Content-Type:application/json; charset=utf-8
Server:nginx/1.25.4
Request body
# intentionally blank
Response body
# intentionally blank
HTTPie example
$ http get SERVER:PORT/api/tokens/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/score Accept:application/vnd.api+json Content-Type:application/vnd.api+json Session-Key:SSSSSSSS-SSSS-SSSS-SSSS-SSSSSSSSSSSS