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>" }{ "status": 400, "message": "<The thing you did bad>" }{ "status": 429, "message": "Only one message per Xs!" }{ "status": 400, "message": "Service disabled." }WARNING: Message or attachment has to be set!
Last updated
Was this helpful?