Skip to main content
POST
Push Stream Value

Authorizations

Authorization
string
header
required

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

Body

application/json
account
string
required

User account identifier

Example:

"user123"

platform
string
required

Platform identifier where the user account exists

Example:

"steam"

pid
string
required

Campaign ID

Example:

"campaign_abc123"

stream
string
required

Stream name that identifies which API stream tasks to trigger

Example:

"player_score"

value
number
required

Numeric value to push to the stream

Example:

250

Response

Stream values pushed successfully to all matching tasks

success
boolean
Example:

true