AEP offers public end point (no authentification) | Community
Skip to main content
Level 2
June 17, 2022
Solved

AEP offers public end point (no authentification)

  • June 17, 2022
  • 3 replies
  • 1197 views

Hi all,

 

We have been looking into AEP offers and struglle to find a way how we can request response for the best offer content through API via unsecured end point?

 

e.g. the question in simple form: can any of the AEP end points return the best offer(s) for selected customer through public interface (interface which does not require authentification)?

 

If the above is not possible, can you generate permanent access token in any way?

 

Thank you very much for your help

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 mdonke

Either check https://experienceleague.adobe.com/docs/experience-platform/edge/personalization/rendering-personalization-content.html?lang=en

or potentially you need to "proxy" that with some self-written service in order to protect / deal with the AEP API credentials.

I would not suggest to expose the Adobe API credentials to public.

3 replies

mdonkeAccepted solution
Level 4
June 17, 2022

Either check https://experienceleague.adobe.com/docs/experience-platform/edge/personalization/rendering-personalization-content.html?lang=en

or potentially you need to "proxy" that with some self-written service in order to protect / deal with the AEP API credentials.

I would not suggest to expose the Adobe API credentials to public.

Adobe Employee
June 22, 2022

@zdenekk , which Experience Cloud Application is the offer stored in? or are you looking for the Segment membership from Real-time CDP?

Level 4
November 28, 2022

Proxy is appropriate approach.

My experience in using at client location, is Proxy get timed-out , also keep look at performance.

 

Whilst, are you looking for un-authenticated offer disposition state to customers. In that case, you should rater use Adobe target and handle your use-case.