cURL
curl --request POST \ --url https://{host}/Agent/Tokens/GetDescription \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tokenId": "<string>", "reportFormat": "<string>" } '
{ "report": "<string>" }
Creates a report relating to a state machine associated with a token.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success