Hey, i'm trying to do one of the GET example from this doc: Adobe Campaign Standard API
but everytime I try to do it, I get the error {"error_code":"403003","message":"Api Key is invalid"}
The problem is I know my API key is good because I use it to get my JWT token and I get it from my AdobeIO.
From this discusion: Re: "JWT token is incorrectly formatted" error when trying to get an AdobeIO API access token I think the problem comes from my organization name(tenantID). The staff member suggest to get it from the marketing cloud URL but we are not using the marketing cloud...
My guess is my organization name is the one from my admin console but it does not seem to work. Is there any way to find my organization name from another place than the marketing cloud?
This is my curl call:
curl -X GET -H "Authorization: Bearer <AccessToken>" -H "Cache-Control: no-cache" -H "x-api-key: <Api_Key>" "https://mc.adobe.io/{tenant}/campaign/profileAndServices/profile/email?_lineCount=10"