Fetch Mbox response from API | Community
Skip to main content
Level 2
July 30, 2020
Solved

Fetch Mbox response from API

  • July 30, 2020
  • 1 reply
  • 1091 views

I want to fetch the mbox response via API. 

Could anyone help me or share the link for the same which will help me

 

Thanks 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ambikaTewari_ATCI

Hi @divyas46613305  You can get the response using delivery API mentioned in https://developers.adobetarget.com/api/delivery-api/#section/Getting-Started

 

 

POST > https://accentureplc.tt.omtrdc.net/rest/v1/delivery?client=accentureplc&sessionId=737adcb6a14043309f8789b21b0c62ba

Body as raw > json 

{
      "context": {
        "channel""web",
        "browser" : {
          "host" : "production"
        },
        "address" : {
          "url" : "http://somewebsite.test.com/"
        },
        "screen" : {
          "width" : 1200,
          "height"1400
        }
      },
      "property" : {
        "token""f6fb2018-92d3-f3f5-36ee-40e7affb1804"
      },
        "execute": {
        "mboxes" : [
          {
            "name" : "customMbox",
            "index" : 1
          }
        ]
      }
}
 
 

1 reply

ambikaTewari_ATCI
Community Advisor
ambikaTewari_ATCICommunity AdvisorAccepted solution
Community Advisor
July 31, 2020

Hi @divyas46613305  You can get the response using delivery API mentioned in https://developers.adobetarget.com/api/delivery-api/#section/Getting-Started

 

 

POST > https://accentureplc.tt.omtrdc.net/rest/v1/delivery?client=accentureplc&sessionId=737adcb6a14043309f8789b21b0c62ba

Body as raw > json 

{
      "context": {
        "channel""web",
        "browser" : {
          "host" : "production"
        },
        "address" : {
          "url" : "http://somewebsite.test.com/"
        },
        "screen" : {
          "width" : 1200,
          "height"1400
        }
      },
      "property" : {
        "token""f6fb2018-92d3-f3f5-36ee-40e7affb1804"
      },
        "execute": {
        "mboxes" : [
          {
            "name" : "customMbox",
            "index" : 1
          }
        ]
      }
}