Getting 404 when trying to access new 2.0 api | Community
Skip to main content
October 6, 2018
Solved

Getting 404 when trying to access new 2.0 api

  • October 6, 2018
  • 1 reply
  • 1312 views

Hi All,

I'm trying to integrate adobe analytics 2.0.

I've got oauth working and the test works to /discovery/me and returns the company id that is expected.

But, when I try the other endpoints like https://analytics.adobe.io/reports with the same api-key and access_token. I just get a 404

Same for /metrics endpoint

The docs I am following are here analytics-2.0-apis/reporting-guide.md at master · AdobeDocs/analytics-2.0-apis · GitHub

Is there anything, I need to do to enable this api? Or any particular scope needed to get report information.

Thanks in advance

James

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jamesc13436689

I've figured it out.

Have to request analytics.adobe.io/api/[global_company_id]/reports and set header x-proxy-global-company-id to the same [global_company_id] in the request

1 reply

jamesc13436689AuthorAccepted solution
October 7, 2018

I've figured it out.

Have to request analytics.adobe.io/api/[global_company_id]/reports and set header x-proxy-global-company-id to the same [global_company_id] in the request