Report
Authorizations
AuthorizationstringRequired
Decentraland authentication token obtained from the Decentraland SDK or auth services.
To authenticate:
- Use Decentraland's authentication SDK in your application
- Get the auth token from the SDK
- Include in requests:
Authorization: Bearer <token>
Responses
200
Signed URL generated successfully
application/json
okbooleanOptional
401
Unauthorized - Missing or invalid authentication token
application/json
post/report
Last updated