Appeals, WIP
NOTE
This page is a work in progress. Endpoints below haven't been fully researched.
Get latest ban appeal, WIP
Requires Authorization.
Response type: TrustVendorAppealResponse (undocumented).
GET /v1/decision-appealSubmit ban appeal, WIP
Requires Authorization.
Appeals a moderation decision (ban). countryCode added in app 26.14.0.
POST /v1/decision-appealBody:
userEmail— stringuserDevice— stringuserLocation— stringcountryCode— ISO 3166-1 alpha-2; added in app 26.14.0userVpn— booleanerrorDescription— string
Response:
profileId— long integerresult— string
Submit ban appeal (reCAPTCHA), WIP
Requires Authorization.
Like Submit ban appeal but with a reCAPTCHA Enterprise captchaToken, chosen when recaptcha_sift_appeal server flag is set.
POST /v2/decision-appealBody:
TrustVendorDecisionAppealRequestV2
Response:
profileId— long integerresult— string
Errors:
400— Appeal rejected (e.g. bad captcha token).
TrustVendorDecisionAppealRequest
userEmail— string, optionaluserDevice— string, optionaluserLocation— string, optionalcountryCode— ISO 3166-1 alpha-2; added in app 26.14.0, optionaluserVpn— boolean, optionalerrorDescription— string, optional
TrustVendorDecisionAppealRequestV2
- everything from TrustVendorDecisionAppealRequest
captchaToken— string, reCAPTCHA Enterprise token, actiondecision_appeal, optional
TrustVendorDecisionAppealResponse
profileId— long integer, optionalresult— string, optional
TrustVendorErrorResponse
code— integer, optionalmessage— string, optional