Where can I find what Authorization Endpoint URL to use to connect Adobe Analytics to another platform | Community
Skip to main content
isaakskinner
Level 2
January 14, 2025
Solved

Where can I find what Authorization Endpoint URL to use to connect Adobe Analytics to another platform

  • January 14, 2025
  • 2 replies
  • 879 views
 
Hey all,
 
I am trying to pass data from Adobe Analytics into another application using 2oath authroization within an Analytics Project API To do so the destination requires data related to the Token Endpoints which I am not able to find.
 
For context, I am Analytics owner, not a developer, and  in my previous uses of the APIs (ex. Supermetrics) I have only needed the ClientID and Client Secret and OrgID to successfull connect. This application is asking for Authorization Token Endpoint and Token Endpoint URL : i have gone through the API documentation and any reference to the Endpoints defines them, but doesnt help on where to find, or who can create / identify ( 

https://experienceleague.adobe.com/en/docs/experience-platform/destinations/destination-sdk/functionality/destination-configuration/oauth2-authorization)

 
Fields Required to connect AA to Applications

Client ID

HAVE

Client Secret

HAVE

Authorization Endpoint URL

CANT FIND

Token Endpoint URL

CANT FIND

Global Company ID

HAVE

Report Suite ID [PROD]

HAVE

 
 
Can anyone with more experience with the API point me in the right direction or where i might find this or who might know? 
Greatly appreciated
Best answer by FarazHusain

Hey @isaakskinner For the Authentication Endpoint, it depends on which type of Authentication is configured in the Developer Console Project (here you will have ClientID and Client Secret based on the type of Authentication).

For Analytics, there are two: User Authentication and ServerToServerAuthentication.

 

For User Authentication, you can refer to: https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/IMS/

for endpoints.

 

For  ServerToServerAuthentication: https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/IMS/ for endpoints.

 

2 replies

Jennifer_Dungan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
January 14, 2025

There are multiple "endpoints" based on what you are trying to do... 

 

https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/

 

I suspect you are trying to access the "Reporting API" endpoint

https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/reports/

 

 

I haven't used the APIs since version 1.4 and the old authentication model, so I am not sure what the new authentication using OAuth requires... 

FarazHusain
Adobe Employee
FarazHusainAdobe EmployeeAccepted solution
Adobe Employee
January 15, 2025

Hey @isaakskinner For the Authentication Endpoint, it depends on which type of Authentication is configured in the Developer Console Project (here you will have ClientID and Client Secret based on the type of Authentication).

For Analytics, there are two: User Authentication and ServerToServerAuthentication.

 

For User Authentication, you can refer to: https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/IMS/

for endpoints.

 

For  ServerToServerAuthentication: https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/IMS/ for endpoints.