sendMessage

sendMessage

POST https://www.pxseu.com/api/v2/sendMessage

My amazing API message endpoint which seems to be popular for no reason

Headers

Name
Type
Description

Authorization

string

Authentication token.

Request Body

Name
Type
Description

attachment

string

Optional attachment URL

name

string

Optional username.

message

string

The content of the message.

{ "status": 200, "message": "<the content of your message>", "user": "<only when you provided Authorization>" }

WARNING: Message or attachment has to be set!

Last updated

Was this helpful?