Hello!
This is a very basic question. I'm trying to fetch reports from
Outbrain API. In order to do this, I first get an OB-Token through this request:
curl -u [my_user_name]:[my_password] https://api.outbrain.com/engage/v2/login
When I try to get the actual report with the simplest parameters (only passing entityId which is marked as required and one breakdown),
I was shared two different entityIds by my customer support representative in outbrain, Aiyana Goodell, however, none of them worked. She asked me to post my question in this google group to get more assistance.
Could you help me troubleshoot?
Thanks!