# Test the "master" version of the specified notification Endpoint: POST /notifications/{id}/test Version: 8.1.0 ## Path parameters: - `id` (integer, required) The notification's id to test ## 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): - `recipient` (object) Defines the recipient - `recipient.type` (string) - `title` (string) Defines the title override of the notifcation's content - `body` (string) Defines the body override of the notifcation's content - `icon` (string) Defines the icon override of the notifcation's content - `thumbnail` (string) Defines the thumbnail override of the notifcation's content - `image` (string) Defines the image override of the notifcation's content - `data` (object) Defines data used to render views - `variables` (array) Defines variables used to render views - `expiration` (object) Defines the overriden expiration - `redirection` (object) Defines the overriden default redirection - `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