Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

quest_id
string
required

Quest UUID

Response

Quest claimed

POST /user/quests/{quest_id}/claim response (spec §10): the credited reward. Repeat/inactive/ineligible claims are 400s, not bodies.

quest_id
string
required
reward_xp
string
required

XP credited by this claim.

day
string | null

UTC day the claim is scoped to (daily quests only).