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