I'm unable to access the Confluence Cloud REST API. I always get the same error using postman.
This is the request I've been using:
Request: GET 'https://domain.atlassian.net/wiki/api/v2/spaces'
Basic Auth: email:api_token
This is the response I've been getting:
{
"errors": [
{
"status": 404,
"code": "NOT_FOUND",
"title": "Not Found",
"detail": null
}
]
}
When I try the same url using a browser (where I am already signed in), I am getting the correct response as expected.
Hello @Anastasis Berdelis
If you are trying to fetch your Confluence spaces, it won't work, because this API was deprecated.
Why is it deprecated? When I'm using it through the browser I am getting the correct result.
I believe the problem lies on the authentication step when making requests through postman. I get the same error when using an incognito window using the same url.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.