Expand my Community achievements bar.

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.

Getting "no-available-orgs" when doing GET request after creation of adobe I/O project related to data collection API

Avatar

Level 1

I've been troubleshooting an issue while testing a Launch API integration. Based on guidance from articles like the ones below, I had my system administrator grant the appropriate access—but I'm still running into problems.

I’ve had the system administrator set up product profiles for Adobe Experience Platform and Adobe Experience Platform Data Collection, with all permissions included for both. My email linked to the technical account—has developer access to these products and profile administrator rights for those product profiles as well as being added to them.

What additional steps do I need to take to authorize the technical account for Launch access, based on the error below?

 

GET request I'm using:

curl -X GET 'https://reactor.adobe.io/companies' \
  -H 'accept: application/vnd.api+json;revision=1' \
  -H 'accept-language: en-US,en;q=0.9,eo;q=0.8,fr;q=0.7,es;q=0.6,pt;q=0.5' \
  -H 'authorization: Bearer {ACCESS_TOKEN} ' \
  -H 'x-api-key: {API_KEY}' \
  -H 'x-gw-ims-org-id: {ORG_ID}' \

 

tayueno_0-1744304354083.png

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

2 Replies

Avatar

Level 6

I followed the urls and I am able to access. Please ensure:

  1. The org_id is correct when you are using it from adobe io
  2. When you are adding the product profiles, add everything (just to be double sure)
  3. Looking at the error, it could be an issue with "Tech account Id" as well, so try with another project may be!

Avatar

Administrator

@tayueno Just checking in — were you able to resolve your issue?
We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!



Kautuk Sahni