Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
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

0 Replies

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