Skip to main content
POST
/
inventory
/
activate-streak-freeze
Activate Streak Freeze
curl --request POST \
  --url https://api.dontdie.com/inventory/activate-streak-freeze \
  --header 'Authorization: Bearer <token>' \
  --header 'x-dd-client-id: <api-key>'
{
  "message": "No score entry found for user and date"
}

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 streak freeze (format: YYYY-MM-DD)

Response

No Content - Streak freeze activated successfully