---
title: "Get a project"
method: GET
path: "/rest/api/v1/projects/{projectId}"
tags: ["Project API"]
---

# Get a project

`GET /rest/api/v1/projects/{projectId}`

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- ProjectDTO
  - `b2b` boolean
  - `balance` number
  - `billingCity` string, required
  - `billingCompanyName` string, required
  - `billingCountry` string, required
  - `billingCountryIsoAlpha2` string, required
  - `billingIdentification` string, required
  - `billingName` string, required
  - `billingPostcode` string, required
  - `billingRegion` string — Billing region / state. Mandatory for the United Arab Emirates (billingCountryIsoAlpha2 = AE), where the emirate is required for the VAT calculation. Expected as ISO 3166-2 subdivision code without country prefix, e.g. DU for Dubai.
  - `billingStreet` string, required
  - `billingVatIdentification` string — Company VAT number (read-only).
  - `blocked` boolean
  - `currencyType` CurrencyTypeDTO, required — You have only to set the id e.g 1 for USD, 2 for EUR, 3 for CHF. Example: {id:1}
    - `id` integer, required
    - `name` string
  - `dedicated` boolean, required — You have to set it during resource creation, after that, it is only read-only. See pricing on our webpage for more information
  - `id` string, uuid
  - `name` string, required
  - `owner` CustomerDTO
    - `blocked` boolean
    - `created` string, date-time — ISO 8601
    - `email` string
    - `id` integer
    - `kyc` boolean
    - `payoutMethod` PayoutDTO
      - `wiseDetails` WisePayoutDetailsDTO[] — Wise payout details
        - `email` string, required — Wise email address
    - `permissionType` 'READ_WRITE' | 'READ_ONLY' — Permission level for this customer in the project
    - `tos` string, date-time — ISO 8601
  - `paymentMethod` PaymentMethodDTO
    - `created` string, date-time
    - `currency` string
    - `expirationDate` string
    - `id` string, uuid
    - `identifier` string
    - `number` string
    - `status` boolean
    - `statusMessage` string
    - `type` string

---

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