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}' \
