# Put the target in redlist's sms Endpoint: POST /targets/{id}/redlist/sms Version: 8.1.0 ## Path parameters: - `id` (string, required) The target’s id ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Request fields (application/json): - `id` (string) The target's ID - `timestamp` (string,null) The date of the redlist - `origin` (integer) The origin of the redlist Unknown type : 0 Listed by API : 1 Listed by imports : 2 Listed by form : 3 Listed in unsubscribe redlist : 4 Listed in complaint : 5 Listed in SMS Stop : 6 Listed in SMS Blacklist : 7 Listed in SMS admnistrative : 8 Listed in SMS specific : 9 Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 - `detail` (object) The detail of the redlist ## Response 204 fields ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields