API格式
GET /idnamespace/identities
要求
curl -X GET \
'https://platform-va7.adobe.io/data/core/idnamespace/identities' \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'x-api-key: {API_KEY}' \
-H 'x-gw-ims-org-id: {ORG_ID}' \
-H 'x-sandbox-name: {SANDBOX_NAME}'
回應
回應包含一個物件陣列,每個物件代表可用的命名空間。 含有「自訂"值"false「是標準命名空間,而具有「自訂"值"true「 」是貴組織已建立的命名空間。
此回應已因空間而截斷。
[
{
"updateTime": 1441122419000,
"code": "CORE",
"status": "ACTIVE",
"description": "CORE Namespace",
"id": 0,
"createTime": 1441122419000,
"idType": "COOKIE",
"name": "CORE",
"custom": false
},
{
"updateTime": 1495153678000,
"code": "ECID",
"status": "ACTIVE",
"description": "ECID Namespace",
"id": 4,
"createTime": 1495153678000,
"idType": "COOKIE",
"name": "ECID",
"custom": false
},
{
"updateTime": 1522783145000,
"code": "AdCloud",
"status": "ACTIVE",
"description": "Adobe AdCloud - ID Syncing Partner",
"id": 411,
"createTime": 1522783145000,
"idType": "COOKIE",
"name": "AdCloud",
"custom": false
}
]
繼續下一個教學課程,前往 建立自訂命名空間