Hi, I am getting internal server error when trying to get the confluence pages in our site. This is how I am executing it using cURL:
curl --request GET 'https://mydomain.atlassian.net/wiki/api/v2/pages' \
--user '<my_user_email>:<my_api_token>' \
--header 'Accept: application/json'
The response I get:
{
"errors":[{
"status":500,
"code":"INTERNAL_SERVER_ERROR",
"title":"Internal Server Error",
"detail":null
}]
}
My account is a site-admin
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.