Expand my Community achievements bar.

SOLVED

AEP offers public end point (no authentification)

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Level 4

Either check https://experienceleague.adobe.com/docs/experience-platform/edge/personalization/rendering-personali...

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.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 4

Either check https://experienceleague.adobe.com/docs/experience-platform/edge/personalization/rendering-personali...

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.

Avatar

Employee Advisor

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

Avatar

Level 4

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.