Expand my Community achievements bar.

Join us for our second AMA on experimentation and personalization strategies with Target, occurring on June 3rd!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

how to call target API via postman

Avatar

Level 10

hi team,

 

I am new to target, i am trying to create a offer and as a response trying to get a offer id from the api response via Postman.

 

https://admin.testandtarget.omniture.com/api?password=somepassword&amp;offerName=someOfferName&amp;c... id&amp;folderId=&amp;content=<div>somecontent</div>

But when i hit the above api in postman i am get 403 legacy api access denied. May i know how to use this in postman.

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Kishore_Kumar_  you can get Offer by offerId through Adobe I/O , for that you need to first set the Adobe Target Integration which will generate you api key and bearer token.

You can use those and get the results:

Refer https://developers.adobetarget.com/api/#get-offer-by-id for the command

Refer https://helpx.adobe.com/in/marketing-cloud-core/kb/adobe-io-authentication-step-by-step.html for the I/O integration.

 

Hope that helps you !

 

Regards,

Ambika

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @Kishore_Kumar_  you can get Offer by offerId through Adobe I/O , for that you need to first set the Adobe Target Integration which will generate you api key and bearer token.

You can use those and get the results:

Refer https://developers.adobetarget.com/api/#get-offer-by-id for the command

Refer https://helpx.adobe.com/in/marketing-cloud-core/kb/adobe-io-authentication-step-by-step.html for the I/O integration.

 

Hope that helps you !

 

Regards,

Ambika