Expand my Community achievements bar.

Your voice matters! Help shape the future of Adobe Journey Optimizer by sharing your feedback.
SOLVED

403 error for request

Avatar

Level 2

Hi 


I’m encountering an issue when trying to send a URL in a JSON payload for personalization. The error occurs when the payload contains a field like:

{ “link” : “https://www.example.com

Any insights or suggestions on how to do send data for personalisation 

 

Thanks in advance

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@hrya 403 error indicates a permission issue. Please verify that sufficient permissions are granted to run the REST API endpoint. Kindly share the API endpoint you are using for personalization.

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

@hrya 403 error indicates a permission issue. Please verify that sufficient permissions are granted to run the REST API endpoint. Kindly share the API endpoint you are using for personalization.

Avatar

Community Advisor

@hrya 

check also your payload. it's missing the double quotes at the end

 

{ “link” : “https://www.example.com"

Thanks,

David



David Kangni

Avatar

Administrator

Hi @hrya,

Were you able to resolve this query with the help of the provided solutions, or do you still need further assistance? Please let us know. If any of the answers were helpful in moving you closer to a resolution, even partially, we encourage you to mark the one that helped the most as the 'Correct Reply.'
Thank you!



Sukrity Wadhwa