Hi @CongQi
You can try this
GET https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/projects
by passing x-api-key: {OAUTHTOKEN}" and Authorization: Bearer {ACCESSTOKEN}"
You should receive response as below.
Note: It will return the report suite list which this API project is assigned.
{
"content": [
{
"id": "223331a1002105c7706c0a11cdd98881",
"name": "New Project 1",
"description": "",
"reportsid": "testrsid1",
"owner": {
"id": 12344422
}
{
"id": "11a1a1fa002105ffac7702333dd788",
"name": "New Project 2",
"description": "",
"reportsid": "testrsid2",
"owner": {
"id": 12344455
},
"type": "project",
"created": "YYYY-05-04T19:31:12Z"
},