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.
2 parents 611cb00 + 1a7d3f2 commit 0eaa4a7Copy full SHA for 0eaa4a7
src/pages/guides/endpoints/cloudloc/locations.md
@@ -194,7 +194,7 @@ curl -X 'GET' \
194
"https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/export_locations/analytics/exportlocations/location/11111111-e89b-12d3-a456-426611111111" \
195
-H "accept: application/json" \
196
-H "x-api-key: {CLIENT_ID}" \
197
- -H "Authorization: Bearer {ACCESS_TOKEN}"
+ -H "Authorization: Bearer {ACCESS_TOKEN}" \
198
```
199
200
#### Response
0 commit comments