Expand my Community achievements bar.

Applications for the Community Advisor Program Class of 2025 are NOW OPEN – Apply Today!

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

Avatar

Level 2
 
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/function...

 
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
2 Replies

Avatar

Community Advisor and Adobe Champion

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... 

Avatar

Employee Advisor

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/ServerToServerAuthenticatio... for endpoints.