Autional Autional
API Reference GitHub autional.com →

POST /internal/thirdparty/export-user-data

Internal service call to export all data associated with the specified user in third-party services (CAPTCHA verification records, SMS records, payment records) for GDPR data export compliance. The current thirdparty-service is a stateless proxy service with no persistent user data; all logs are empty.

Third-party Verification None application/json

Request Body

Schema: gitee_com_linmes_authms_micro-services_thirdparty-service_internal_dto.ExportUserDataRequest

FieldTypeRequiredExampleConstraintsDescription
user_id string Yes

Responses

StatusDescriptionSchema
200User data export resultdto.DataResponse-gitee_com_linmes_authms_micro-services_thirdparty-service_internal_dto_ExportUserDataResponse
400Request parameter error (missing required fields such as user_id)dto.SimpleResponse
401Unauthenticateddto.SimpleResponse

Referenced Schemas

dto.DataResponse-gitee_com_linmes_authms_micro-services_thirdparty-service_internal_dto_ExportUserDataResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data gitee_com_linmes_authms_micro-services_thirdparty-service_internal_dto.ExportUserDataResponse No
message string No
timestamp string No

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No

gitee_com_linmes_authms_micro-services_thirdparty-service_internal_dto.ExportUserDataResponse

FieldTypeRequiredExampleConstraintsDescription
captcha_logs array of
any
No
payment_logs array of
any
No
sms_logs array of
any
No