REST API returns 503: Service Unavailable

Today, our JIRA integration went down.
Status seems OK: https://developer.status.atlassian.com/
Calling /oauth/token/accessible-resources works fine, so it’s not my token.
I created a new developer account, so it’s not an expired account.

Any call I make to the REST API returns a JSON of:

{
    "code": 503,
    "message": "Service Unavailable"
}

For example: https://api.atlassian.com/ex/jira/CLOUD_ID/rest/api/3/myself

The docs don’t even mention that a 503 is possible. This is affecting all of our users.
Is there something I can do to fix this?

1 Like

@matt1 I’ve encountered the same thing today. Did you find a fix, or was it temporary outage?

Cheers,
James