API: List tenants

We try to get a list of our tenants with
curl.exe -XGET -H "Authorization: Bearer <jwt>" -H "X-Organization-ID: <organization-id>" api.central.sophos.com/.../tenants
But the answer is
{
"error": "Internal Server Error",
"correlationId": "a6f54b89-8590-4d46-9ce3-0d2b906d8111",
"requestId": "1cc6fc75-9072-4d79-87a5-1fcd3886b3c6",
"createdAt": "2021-07-05T15:03:05.962Z",
"message": "An error has occurred"
}

What am i missing?

Parents Reply Children
No Data