Even though I'm using the right API key, I am still getting the API key is invalid.
https://experience.adobe.io/unifiedtags/tags?tagCategoryId=12345
(using the right tag category id)
Getting the 403 error
Documentation is not helpful in this case.
Any suggestion would help!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Just to confirm your using exc_app for the x-api-key ?
Can you double-check the key information.
Usually AEP base endpoints: platform.adobe.io
But for Tag, the base endpoint: experience.adobe.io
platform.adobe.io is throwing 404 not found.
experience.adobe.io is the one Adobe API documentation shows: https://developer.adobe.com/experience-platform-apis/references/unified-tags/#operation/listTags
Views
Replies
Total Likes
Hello @KotiSyamala
Please use the following payload
curl --location 'https://experience.adobe.io/unifiedtags/tagCategory' \
--header 'Authorization: Bearer <token>>' \
--header 'x-api-key: exc_app' \
--header 'x-gw-ims-org-id: <<ims-org>>' \
--header 'x-sandbox-name: <<sandbox-name>>'
Getting the same error!
Just to confirm your using exc_app for the x-api-key ?
There is a task to update the Adobe Experience Platform swagger documentation with the updated x-api-key value.
Views
Likes
Replies