# Render the "master" version of the specified notification Endpoint: POST /notifications/{id}/render Version: 8.1.0 ## Path parameters: - `id` (integer, required) The notification's id to execute ## 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): - `receiver` (object) The receiver identification - `receiver.id` (string) Identifier of the contact - `receiver.unicity` (string) Unicity of the contact - `receiver.hash` (string) Hash of the contact - `receiver.creation` (string) The creation date of the contact - `receiver.update` (string) The last update of the contact - `receiver.fields` (object) The field values of the targets - `related` (object) The related identification - `stamp` (object) Stamp informations - `stamp.time` (integer) Creation time of the stamp This is the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC. - `stamp.id` (string) The stamp id - `stamp.thread` (string) The thread id - `stamp.set` (string) The set id - `context` (object) The related identification - `context.data` (object) Rendering data - `context.variables` (array) Additionnal variables - `context.display` (integer) Underlying display configuration Enum: 0, 1, 2, 4, 8, 16 - `title` (string) Title override - `body` (string) Body override - `icon` (string) Icon override - `thumbnail` (string) Thumbnail override - `image` (string) Image override - `redirection` (object) Defines the overriden default redirection - `redirection.type` (string) - `channel` (object) Defines the overriden underlying channel used to display the notification ## Response 200 fields (application/json): - `type` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 411 fields