for the target mobile app server side what the name of api call app dev need to make ? Like in website its called delivery-API/Interact call. What do we call that function for mobile target SDK server side implementation ?
For Adobe Target server-side in mobile apps, the API call your developers make is the Target Delivery API (/rest/v1/delivery). It’s the same delivery call used on websites but made server-side to fetch personalized experiences.
If using an SDK, it internally calls this Delivery API to get offers. So, just look for the Delivery API or executeDelivery function in your SDK or make direct POST requests to /rest/v1/delivery.