GET
/
v1
/
auditor
/
upload-report-authorization
curl --request GET \
  --url https://api.trustblock.run/v1/auditor/upload-report-authorization \
  --header 'Authorization: Bearer <token>'
{
  "extra": {
    "requestId": "<string>"
  },
  "url": "<string>",
  "apiKey": "<string>",
  "pinataMetadata": {},
  "pinataOptions": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
Successful response
extra
object
required
url
string
required
apiKey
string
required
pinataMetadata
object
required
pinataOptions
object
required