Get Organizations Endpoint returns an empty list

Hello,

Our automation tool frequently uses the Organizations Rest API with admin API key authentication.
Recently, the “Get Organizations” endpoints has started returning an empty list of organizations.
According to the documentation, no changes has been made to this endpoint.

Request:

curl --request GET \
  --url 'https://api.atlassian.com/admin/v1/orgs' \
  --header 'Authorization: Bearer <access_token>' \
  --header 'Accept: application/json'

Response:

{
    "data": [],
    "links": {
        "self": "https://api.atlassian.com/admin/v1/orgs"
    },
    "meta": null
}

Please fix this ASAP.
Roey.

Did you ever get a reply to this? I have the same problem.