FIREANIME API
Browse API97 operations
POST

UpdateExternalTrackingProfileVisibility

UpdateExternalTrackingProfileVisibility controls whether the verified provider identity may be shown on the user's FireAnime profile.

/api.v1.tracking.ExternalTrackingService/UpdateExternalTrackingProfileVisibility Bearer required
01

Request

UpdateExternalTrackingProfileVisibilityRequest

UpdateExternalTrackingProfileVisibilityRequestapi.v1.tracking.UpdateExternalTrackingProfileVisibilityRequest2 fields

Update External Tracking Profile Visibility Request message.

provider
string

Stable provider key: "anilist" or "mal".

profileVisible
bool

True opts the verified provider identity into public profile display.

Request JSON
{
  "provider": "string",
  "profileVisible": false
}
02

Response

UpdateExternalTrackingProfileVisibilityResponse

UpdateExternalTrackingProfileVisibilityResponseapi.v1.tracking.UpdateExternalTrackingProfileVisibilityResponse1 fields

Update External Tracking Profile Visibility Response message.

profileVisible
bool

The stored visibility after the update.

Example response
{
  "profileVisible": false
}
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.