Expand my Community achievements bar.

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.

1 Reply

Avatar

Level 5

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!