Get 2nd tokens part data

In order to receive the generated data of the 2nd tokens part that was formerly requested with a preset alphabet for a number of digits, the identifier of the tokens object MUST be sent as the first HTTP request path parameter together with data as the second HTTP request path parameter.

The remote service streams the data CSV-formatted (one token per line) as chunks in the response body. The service consumer is responsible to save the streamed data to a CSV file.

Request endpoint

GET SERVER:PORT/api/tokens/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/data

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:53:15 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/data Accept:application/vnd.api+json Content-Type:application/vnd.api+json Session-Key:SSSSSSSS-SSSS-SSSS-SSSS-SSSSSSSSSSSS