Skip to main content
POST
/
inventory
/
activate-score-boost
Activate Score Boost
curl --request POST \
  --url https://api.dontdie.com/inventory/activate-score-boost \
  --header 'Authorization: Bearer <token>' \
  --header 'x-dd-client-id: <api-key>'
{
  "message": "Score must be at least 95 to activate score boost."
}

Authorizations

Authorization
string
header
required

Enter your Bearer token in the format: Bearer

x-dd-client-id
string
header
required

Your API client ID for the request

Query Parameters

date
string<date>
required

The date to apply the score boost (format: YYYY-MM-DD)

Response

No Content - Score boost activated successfully