沙箱型別端點
您可以透過向/sandboxTypes端點發出GET要求,擷取貴組織支援的沙箱型別清單。
快速入門
本指南中使用的API端點是Sandbox API的一部分。 在繼續之前,請先檢閱快速入門手冊,以取得相關檔案的連結、閱讀本檔案中範例API呼叫的手冊,以及有關成功呼叫任何Experience Platform API所需必要標題的重要資訊。
擷取支援的沙箱型別清單
您可以透過向/sandboxTypes端點發出GET要求,擷取貴組織支援的沙箱型別清單。
API格式
GET /sandboxTypes
要求
curl -X GET \
https://platform.adobe.io/data/foundation/sandbox-management/sandboxTypes \
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
-H 'x-api-key: {API_KEY}' \
-H 'x-gw-ims-org-id: {ORG_ID}' \
回應
成功的回應會傳回組織支援的沙箱型別清單。
{
"sandboxTypes": [
"production",
"development"
]
}
recommendation-more-help
experience-platform-help-sandboxes