← Back to all endpoints
POST
/nachrichten/send
auth required
Headers
Name
Required
Description
X-Session-Token
Yes
-
Request Body
Content-Type
Format
application/json
object
Schema
Field
Type
Required
Description
recipients
array[string]
Yes
List of recipient IDs
subject
string
Yes
Message subject
body
string
Yes
Message body
Example
{ "recipients": [], "subject": "<Message subject>", "body": "<Message body>" }
Responses
200
Successful Response
422
Validation Error
{ "detail": [] }