Top Menu

Jump to content
Home
    • Projects
    • Activity
    • Work packages
    • Calendars
    • Team planners
    • Boards
    • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?
      Create a new account

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • Forums
  • Feature tour
    Feature tour
You are here:
  • Forums
  • General discussion

Content

Getting Unauthenticated error while calling API v3

Added by Assaduzzaman Sohan over 4 years ago

I am using OpenProject (Free Version) and trying to use the V3 API to fetch and add work package.

I am getting Unauthenticated message when I am trying to get data using the API.
I tried: 
1. ‘apikey’ as the user name and API key as the password and I get error (see below). 
2. Then I turned off authentication required field (in System settings -> General) and again I get Unauthenticated.

Full message:  
{
   "_type": "Error",
   "errorIdentifier": "urn:openproject-org:api:v3:errors:Unauthenticated",
   "message": "You did not provide the correct credentials."
}


Loading...