Default Account Permissions: Account Administrator
Overview
All requests from external applications to the Mavenlink API have to be authenticated with an OAuth bearer token generated by Mavenlink. To generate an OAuth bearer token for an application, register the application in your Mavenlink account.
There is no limit to how many applications you can register in Mavenlink.
How to Register OAuth Applications & Get OAuth Bearer Tokens
- Log in to Mavenlink.
- Once you land on the Dashboard, navigate to the OAuth Applications page.
- This can be found via Settings > API > View your Account's Registered Applications.
- Register a new application, or using an existing one.
- If you want to register a new application…
- Click Register a new Mavenlink Application.
- If you want to register a new application…
- Once the Register a new Mavenlink Application page displays, enter the details for the new application, and click Save.
The application is now registered.
-
-
-
- Under Your OAuth Token, click Show your OAuth Token.
-
-
-
-
-
- Copy the token.
-
-
Your token is copied now, and ready to use for your integration purposes.
-
- If you want to use an existing application…
- Click Details for the application you want to retrieve the token for.
- If you want to use an existing application…
-
- Under Your OAuth Token, click Show your OAuth Token.
-
- Copy the token.
Your token is copied now, and ready to use for your integration purposes.
Related Articles