https://b-api.longbridge.xyz/corporate_action/notify/renderAuthorization
Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.
Request body application/json
Corporate action ID identifying the corporate action to preview. Obtain it via corporate_register_aaids by passing a ca_code.
Notify type.
Allowed values:
0- Unspecified1- Delayed delivery2- Adjustment
0 · Unspecified1 · Delayed delivery2 · Adjustment
List of account AAIDs to exclude; excluded accounts are not included in this preview. When omitted, no account is excluded. Candidate accounts can be obtained via corporate_register_aaids.
Responses
HTTP 200The request was processed successfully. The email preview is returned in data.payload.codemessagedatadataobjectdata structureEmail preview content as a JSON string. The caller must parse it as JSON; the parsed data.body holds the email body HTML.
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