Skip to main content
GET
Send a server-wide broadcasted notification to all connected clients, but replace the sender with your name instead of just Handoff.

Path Parameters

token
string
required

The HandoffAPI Token.

Example:

"3YJQ0BF65H3HAFJPT7GMPD"

data
string
required

The actual data to be shown to all clients.

Example:

"I'm a notification!"

sender
string
required

The notification sender's name.

Example:

"My App"

Response

200 - application/json

OK

message
string
required
Example:

"Successfully completed action."

status
string
required
Example:

"success"