Skip to main content
Set the creator that a user boosts. After setting a boost, the user’s payments are automatically attributed to the creator.

POST /sponsors Behavior

POST /sponsors works as upsert:
POST /sponsors handles both boost creation and changes in one API.

Flow

Create Boost

If campaignId is not specified, it will be automatically assigned to the currently active campaign.
When operating multiple campaigns for a single game, you must specify campaignId to distinguish between campaigns.
Request
Response (201 Created)

Remove Boost

If campaignId is not specified, boost from the active campaign will be removed. Request

Optional Parameters

Error Handling