# Fetch Project ID

## Query Method

<!-- tabs:start -->

#### cURL


> 💡 Initiating a request through cURL requires manual calculation of the signature. For the signature calculation method, please refer to [Signature Algorithm](/docs/api/summary/signature).

```bash
curl -X POST \
  https://api.scloudsg.com \
  -H 'Content-Type: application/json' \
  -d '{
    "Action":"GetProjectList",
    "IsFinance":"Yes",
    "PublicKey":"...",
    "Signature":"..."
  }'
```

<!-- tabs:end -->

API Refer to the documentation [Get the project list under the account - GetProjectList](/docs/api/uaccount-api/get_project_list) Page.
