Guys,
I was trying to understand how aem xf "export to target" works.
As per analysis aem is sending a post call to target api with all the details like clientcode, mail, password, operations and content.
And as a return it responds with offerid.
And this offerid would be used for update and delete the xf in target.
These i understood via codebase. But when i try to do the same in postman I am getting issue .
I got a issue like 403 legacy api access denied. Do I need to add at.js somewhere in postman to avoid the issue? Or May I know how to try via postman?