Autional Autional
API Reference GitHub autional.com →

POST /notifications/public/security-subscribe

Trust Center: Public subscription to security bulletins and compliance updates (no authentication). Reference: CAN-SPAM Act (15 U.S.C. §7701) — Commercial Email Compliance.

Compliance Management - Trust Center None application/json

Request Body

Schema: dto.SecuritySubscribeRequest

FieldTypeRequiredExampleConstraintsDescription
email string Yes security@example.com
captcha_provider string No
captcha_token string No
company string No Example Inc
topics array of

string

No ['["security_advisory"', '"compliance_update"]']

Responses

StatusDescriptionSchema
200Subscribed successfullydto.SecuritySubscribeDetailResponse
400Invalid request parametersgitee_com_linmes_authms_base_dto.SimpleResponse
500Internal server errorgitee_com_linmes_authms_base_dto.SimpleResponse

Referenced Schemas

dto.SecuritySubscribeDetailResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data dto.SecuritySubscribeResponse No
message string No
timestamp string No

dto.SecuritySubscribeResponse

FieldTypeRequiredExampleConstraintsDescription
message string No Confirmation email sent
status string No pending_confirmation

gitee_com_linmes_authms_base_dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No