PNM Frontend

© 2024 Acrobits s.r.o. a Sinch company

Welcome to PNM Frontend

This is a simple frontend application that exposes a REST API. There are two main endpoints:

  • POST /pnm2/send - sends one message and returns the result. Expects a JSON body with object as the root element.
  • POST /pnm2/multisend - sends multiple messages and returns a concatenated response JSON. Expects a JSON body with array as the root element

Manual endpoint - /send

Send a single request. Expects an object as the root level element.


Response

Manual endpoint - /multisend

Send multiple requests. Expects an array as the root level element.


Response

Custom text message


Response