Claim a held order
Release delivery of a held (escrow) order once its hold has cleared. Held orders appear with status: "hold" and a hold_until timestamp; after hold_until passes some orders deliver automatically while others require this explicit claim. On a successful claim the marketplace sends a Steam trade offer to your trade URL that your bot must accept within ~15 minutes or it is cancelled and refunded. Idempotent: a duplicate call while one is in flight returns a conflict, never a double-send. Prefer the account-wide autoclaim setting if you would rather never call this per order.
Authorizations
Send your key as a Bearer token on every request: Authorization: Bearer csb_pub_.... Generate keys in your CSBoard profile.
Path Parameters
CSBoard order id of the held order to claim.
Response
Claim accepted. claimed: true means the trade was released now; claimed: false means this order delivers automatically and no action was needed.