---
title: "POST /admin/team/grant_credits"
method: POST
path: "/admin/team/grant_credits"
tags: ["admin"]
---

# POST /admin/team/grant_credits

`POST /admin/team/grant_credits`

## Request body

- GrantCreditsRequest
  - `amount` integer, required
  - `expires_at` string, date-time, nullable
  - `source_ref` string, nullable
  - `source_type` string, required
  - `starts_at` string, date-time, nullable
  - `team_id` string, uuid, required

## Response `200`

Credits granted successfully

- GrantCreditsResponse
  - `amount` integer, required
  - `grant_id` string, required
  - `team_id` string, uuid, required

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
