Autional Autional
API Reference GitHub autional.com →

GET /notifications/public/security-confirm

Trust Center public endpoint. Users call this endpoint after clicking the confirmation link in the email to complete subscription confirmation. Requires email and token parameters. Protected by IP-level rate limiting.

Compliance Management - Trust Center None application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
email query string Yes Subscription email
token query string Yes Confirmation token

Responses

StatusDescriptionSchema
200Confirmed successfullygitee_com_linmes_authms_base_dto.SimpleResponse
400Missing email or tokengitee_com_linmes_authms_base_dto.SimpleResponse
429Rate limit exceededgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No