---
title: "Claim Credits"
method: GET
path: "/claim/{token}"
tags: ["credit-claims"]
---

# Claim Credits

`GET /claim/{token}`

Public endpoint: verify a credit claim token, grant credits, redirect to app.

For upgrade_bonus claims (requires_paid_plan=true):
- If org is on a paid plan → grant credits
- If not → redirect to billing page so they can upgrade first

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
