---
title: "POST /carbonCredits/transfer/credits/organization"
method: POST
path: "/carbonCredits/transfer/credits/organization"
tags: ["CarbonCredits"]
---

# POST /carbonCredits/transfer/credits/organization

`POST /carbonCredits/transfer/credits/organization`

Transfers organization credits to another...

## Request body

- TransferCreditsRequestDto
  - `to` TransferTo, required
    - `publicKey` string — The receiver's address
    - `email` string — The receiver's email
    - `id` string — The receiver's account ID
  - `fromPublicKey` string, required — The wallet where the credits will come from
  - `credits` TransferCredit[], required — The credits to transfer
    - `tokenId` string, required
    - `amount` number, required — The amount of credits to transfer
  - `projectAddress` string, required — The project address
  - `comment` string — An optional transaction comment
  - `receiptEmails` EmailDto[] — An optional list of emails to send the transaction receipt to
    - `email` string, required

## Response `200`

- TransferCreditsResponseDto
  - `transactionId` string, required — The transaction id
  - `success` boolean, required — Whether the transaction was successful or not
  - `claimLink` string — The claim link

---

[API](https://skmtc.net/carbonregistry/apis/carbon-registry-rest-api.md) · [All operations](https://skmtc.net/carbonregistry/apis/carbon-registry-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonregistry/carbon-registry-rest-api/revisions/a9f1b102faca/schema)
