Fetch Project ID
Query Method
cURL
💡 Initiating a request through cURL requires manual calculation of the signature. For the signature calculation method, please refer to Signature Algorithm.
curl -X POST \
https://api.ucloud-global.com \
-H 'Content-Type: application/json' \
-d '{
"Action":"GetProjectList",
"IsFinance":"Yes",
"PublicKey":"...",
"Signature":"..."
}'
API Refer to the documentation Get the project list under the account - GetProjectList Page.