I am suddenly receiving an unsuccessful status code (403) from the `/rest/api/3/myself` API endpoint (see the api doc here). I am sending the request to `https://{my-account}.atlassian.net/rest/api/3/myself`.
Is this API working for anyone else? my personal access token is still valid and hasn't expired, and I've checked I'm sending the token using Basic Authentication. I've also tried accessing the API via `https://api.atlassian.com/ex/jira/{my-cloud-id}` using both a granular and classic scoped token for an Atlassian service account (using Bearer Authentication) and I still get the same error.
This used to work fine and then a day or so ago it stopped working and I started receiving a 403 response.
Is there a problem? the Atlassian service status pages are reporting no error.
Here is the actual response I get:
Problem fixed. Turns out myself contained a body, which I hadn't noticed. Removed the body and the request started working again. Doh, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.