We have a working API integration between the community and our other systems.
But when we use the API for the events end-point we consistently get this error 401:
{
"message": "Unauthorized",
"description": "No API token provided"
}
We ARE provided the OAuth bearer token, and the bearer token works with everything else except events.
Example: https://api2-eu-west-1.insided.com/v2/events/?moderatorId=XYZ
We have tried with and without a “moderatorId” but the response remains the same. We also tried with and without the base URL “v2”.
Can anybody help us as to how we successfully use the various /events end-points ?


