Skip to main content
POST
Create a shout.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Create a public shout message.

body
string
Maximum string length: 2000
Example:

"hello world"

zone
string | null
Maximum string length: 64
Example:

"global"

Response

Shout response payload

data
object