We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cfdfe commit a3b82ebCopy full SHA for a3b82eb
help/segmentation/api/create-audience.md
@@ -46,7 +46,7 @@ POST /audiences?createAudienceMetaOnly=true
46
>You **must** include the `Accept: application/vnd.adobe.external.audiences+json; version=2` header as part of the API request.
47
48
```shell
49
-curl -X POST https://platform.adobe.io/core/ais/audiences?createAudienceMetaOnly=true \
+curl -X POST https://platform.adobe.io/data/core/ais/audiences?createAudienceMetaOnly=true \
50
-H 'Authorization: Bearer {ACCESS_TOKEN}' \
51
-H 'Content-Type: application/json' \
52
-H 'x-gw-ims-org-id: {ORG_ID}' \
0 commit comments