https://b-api.longbridge.xyz/v1/portfolio/atm/noticeAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Notice type. This field is required.
Allowed values:
1- Deposit2- Withdrawal
1 · Deposit2 · Withdrawal
Multi-language title passed as a JSON string keyed by language code such as zh-CN, zh-HK, and en. This field is required.
Multi-language notice content passed as a JSON string. This field is required.
Display channel configuration. A map from channel keys to booleans indicating whether the notice shows on that channel. Version-gated channels additionally carry <channel>_low and <channel>_up fields for the effective version range.
Account channels the notice applies to. Multiple values are passed as a comma-separated string.
Target organization ID list. When omitted or empty, the notice applies to all available organizations by default.
List of apps the notice reaches.
Bank account regions. Multiple values are passed as a comma-separated string.
Bank names (bank IDs). Multiple values are passed as a comma-separated string.
Deposit method.
Remarks.
Time when the notice starts showing, as a Unix timestamp in seconds.
Time when the notice stops showing, as a Unix timestamp in seconds.
Redirect link opened when the notice is clicked.
How the notice is displayed on the client.
Multi-language confirm button copy passed as a JSON string. Optional.
Notice priority; a larger value means higher priority.
Responses
HTTP 200The request was processed successfully. The response data does not contain additional business fields.codemessagedatadataobjectdata structureNo nested fields
HTTP 400Bad request. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields
HTTP 401The user is not authenticated, or the login session has expired.codemessagedatadataobjectdata structureNo nested fields
HTTP 403The current account is not authorized to use this feature. Grant the required permission to the account in User Permission.codemessagedatadataobjectdata structureNo nested fields
HTTP 408The request timed out. Check the business error code in code and the error details in message.codemessagedatadataobjectdata structureNo nested fields