コミュニティアチーブメントバーを展開する。

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Error 400051 : "No match in backends for the given tenant id", when attempting to create a service via Campaign API

Avatar

Level 1

I'm trying to create a test service, using the example request in the docs here: https://docs.adobe.com/content/help/en/campaign-standard/using/working-with-apis/managing-services-a...

 

Using postman, I'm sending a post to (changed the org ids etc.): 


https://mc.adobe.io/1234567890ABCDEF@AdobeOrg/campaign/profileAndServices/service/

with a json body: 

 

{
"label": "Test Service",
"messageType": "email",
"name": "test_service",
"start": "2020-07-28"
}

 

 

I've got the right headers of the authorization and x-api-key etc. 

 

However, I'm getting back a 400 error: 

 

{"error_code":"400051","message":"No match in backends for the given tenant id."}

 

What does that mean? How can I approach this? 


1 受け入れられたソリューション

Avatar

正解者
Level 2

org ID would be your ACS url that you use to access and login to the application.

 

E.g. https://ABC.campaign.adobe.com/ 
https://ABC-mkt-stage1.campaign.adobe.com/

 

The values of ABC must be provided in place of Org ID in post request.

 

You org ID would be:- 

 

https://mc.adobe.io/ABC/campaign/profileAndServices/service/

 

Thanks

Rakhu Singh

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 2

org ID would be your ACS url that you use to access and login to the application.

 

E.g. https://ABC.campaign.adobe.com/ 
https://ABC-mkt-stage1.campaign.adobe.com/

 

The values of ABC must be provided in place of Org ID in post request.

 

You org ID would be:- 

 

https://mc.adobe.io/ABC/campaign/profileAndServices/service/

 

Thanks

Rakhu Singh

Avatar

Employee Advisor

i created the Adobe I/O integration and generated the public/private keys. But when I try to test REST api  I get the error - No match in backends for the given tenant id.

My question is do we need to configure the campaign standard instance with the keys generated by Adobe IO?