cURL
curl --request GET \ --url https://api.trustblock.run/v1/auditor/upload-report-authorization \ --header 'Authorization: Bearer <token>'
{ "extra": { "requestId": "<string>" }, "url": "<string>" }
Trustblock API route to get upload report authorization
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object