cURL
curl --request GET \ --url https://rts-senthrex.slayers.tech/json/{scan_uuid} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Retrieve the raw consolidated JSON artifact for a scan UUID.
mega.json
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response