FIREANIME API
Browse API97 operations
POST

ExportContributionData

ExportContributionData returns the authenticated member's comments and reviews as JSON.

/api.v1.user.UserService/ExportContributionData Bearer required
01

Request

ExportContributionDataRequest

ExportContributionDataRequestapi.v1.user.ExportContributionDataRequest0 fields

Export Contribution Data Request message.

No fields — send an empty JSON object.
Request JSON
{}
02

Response

ExportContributionDataResponse

ExportContributionDataResponseapi.v1.user.ExportContributionDataResponse4 fields

Export Contribution Data Response message.

data
bytes

Data value.

filename
string

Filename value.

contentType
string

Content Type value.

generatedAt
string

Generated At value.

Example response
{
  "data": "ZXhhbXBsZQ==",
  "filename": "string value",
  "contentType": "Example content",
  "generatedAt": "string value"
}
03

Error handling

Common failure codes

unauthenticatedThe Bearer token is missing or invalid.

invalid_argumentThe request payload failed validation.

internalThe service could not complete the operation.