---
title: "Galxe quest-completion webhook"
method: POST
path: "/galxe/finish-quest"
tags: ["galxe"]
---

# Galxe quest-completion webhook

`POST /galxe/finish-quest`

Called by Galxe when a user finishes a quest. Upserts platform wallet by external address.

## Headers

- `X-Api-Key` string, required

## Request body

- InternalHandlersGalxeFinishQuestRequest
  - `address` string

## Response `200`

OK

- InternalHandlersGalxeFinishQuestResponse
  - `data` InternalHandlersGalxeFinishQuestResponseData
    - `address` string
    - `is_ok` boolean
    - `items` string[]
    - `updated_at` string
  - `error` boolean
  - `error_code` string
  - `error_message` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.dev/grambo/apis/grambo-api.md) · [All operations](https://skmtc.dev/grambo/apis/grambo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/grambo/grambo-api/revisions/5d88d65e212e/schema)
