Based on the error message you received, it seems there might be a permission issue. Please verify that your role in the project has at least “Editor” permissions, as this is required for exporting. You can check your permissions and roles settings here: Member Roles & Permission Settings - Apidog Docs
ProjectId is 1054774.
The goal is to use https://api.apidog.com/api/v1/export/openapi
instead of officially published https://api.apidog.com/v1/projects/{projectId}/export-openapi
I’m already successfully called: https://api.apidog.com/api/v1/projects/1054774/sprint-branches https://api.apidog.com/api/v1/projects/1054774/modules
With API key to collect necessary information to build correct request.
The endpoints you’re trying to use are internal APIs of our app. For security reasons, not all endpoints are accessible via API Access Token, including the export-openapi endpoint. Could you explain why you need to call these APIs directly? Please describe your workflow in detail so we can suggest better alternatives to achieve your goal.