---
title: "Complete quest step"
method: POST
path: "/api/quests/complete-step"
tags: ["Quests"]
---

# Complete quest step

`POST /api/quests/complete-step`

## Request body

- object
  - `questId` string
  - `stepId` string

## Response `200`

{ success, pointsAwarded, questCompleted }

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/versions/77be9b3a4776/schema)
