---
title: "Adjustment Credit Scheduled"
method: POST
path: "/api/v1/admin/ledger/adjustments/credit/scheduled"
tags: ["Admin APIs", "ledger"]
---

# Adjustment Credit Scheduled

`POST /api/v1/admin/ledger/adjustments/credit/scheduled`

## Request body

- AdjustmentCreditScheduledRequest
  - `token_id` string, required
  - `client_id` string, required
  - `amount` union, required
    - number
    - string
  - `effective_at` string, date-time, required
  - `token_expires_days` integer, nullable
  - `reason` string, required
  - `metadata` object
  - `idempotency_key` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
