POST
/
notifications
/
test
curl --request POST \
  --url https://api.pxyz.dev/api/v0/notifications/test \
  --header 'Content-Type: application/json' \
  --data '{
  "templateId": "<string>",
  "channelId": "<string>",
  "variables": "<string>",
  "input": {}
}'
"<any>"

Body

application/json
templateId
string
required
channelId
string
required
variables
string
required
input
object
required

Response

200
application/json
Successful response

The response is of type any.