Skip to main content
POST
Set Task 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"

cid
string
required

Quest ID within the campaign

Example:

"quest_xyz789"

aid
string
required

Task ID to be performed

Example:

"score_update"

value
number
required

Numeric value associated with the task

Example:

150

Response

Task value set successfully

success
boolean
Example:

true