Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Unable to invoke ACS API through Adobe IO

Avatar

Level 2

I have integrated my ACS instance in console.adobe.io and have all the required credentials with me. My Org is AGSXXX. As par documentation after generating the access token from the JWT token I invoke the URL - https://mc.adobe.io/<ORGID>/campaign/mc<ORGID>/EVTsendEmail, I am getting the below response

{

    "headers": {

        "X-Request-Id": "ngx.var.requestId"

    },

    "http_status": 400,

    "message": "No match in backends for the given tenant id."

}

I have tried providing acsxxx as well but getting the same response as above. Any help on this would be appreciated.

Regards,

Suvadeep Dey

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi,

This has turned out to be a different issue altogether. I was trying this on a older version of ACS and am upgrading to the newer version. Thanks for your help.

Regards,

Suvadeep Dey

View solution in original post

3 Replies

Avatar

Community Advisor

Hi,

If your Org Id is AGSXXX then your API endpoint will be something like this,

For staging,

https://mc.adobe.io/AGSXXX-mkt-stage1/campaign/mcAGSXXX/EVTsendEmail

For Prod,

https://mc.adobe.io/AGSXXX/campaign/mcAGSXXX/EVTsendEmail

Thanks!

Thanks, Sathees

Avatar

Level 4

ORGANIZATION ID:

One ORGANIZATION ID is provided for each of the instances :

<ORGANIZATION> : production instance
<ORGANIZATION-mkt-stage1>: stage instance

To obtain  ORGANIZATION ID value, refer to your administrator or your Adobe technical contact. You can also retrieve it into Adobe I/O when creating a new integration, in the licenses list (see the Adobe IO documentation).

Example End point: https://mc.adobe.io/<ORGANIZATION-mkt-stage1>/campaign/profileAndServicesExt/profile/

Avatar

Correct answer by
Level 2

Hi,

This has turned out to be a different issue altogether. I was trying this on a older version of ACS and am upgrading to the newer version. Thanks for your help.

Regards,

Suvadeep Dey