DevRev is an AI-native platform that unifies customer support, product management, and software development around a single data model. Integrating DevRev with Frontegg allows your application to manage works (tickets and issues), conversations, accounts, customer and internal users, parts, knowledge base articles, tags, and global search across your DevRev org on behalf of your users using a Personal Access Token (PAT).
DevRev does not offer OAuth 2.0 for third-party integrations — a Personal Access Token is the only supported credential. The token is sent with every API request as Authorization: Bearer <token>.
Prerequisites
Prerequisites
- A DevRev account with access to a dev org
- A dev user whose privileges cover the actions you want the integration to perform — a PAT inherits the same privileges that its owner has on the DevRev platform
Sign in to the DevRev app and select the dev org you want to connect.
In the DevRev app, go to Settings → Account → Personal Access Token.
Click New token. Enter a descriptive name (for example, Frontegg Integration) so you can distinguish it from other tokens, and set the validity period for the token. Click Generate.
Tokens cannot be renewed
Tokens cannot be renewed
A PAT cannot be renewed — when it expires you must create a new token and update the credential in the Frontegg portal. Choose a validity period that matches how long the integration should run unattended.
DevRev displays the token value only once, immediately after creation. Copy it now and store it securely — it cannot be retrieved later. You will need it to configure the integration in the Frontegg portal.
One-time display
One-time display
The token value is shown only at creation time. If you lose it, you cannot recover it — you must revoke it and create a new one. To revoke a token, return to Settings → Account → Personal Access Token and click Revoke next to it.
Once you have generated your Personal Access Token, enter it in the integration configuration page of the Frontegg portal:
- Open the Frontegg portal and navigate to [ENVIRONMENT] → Integrations → DevRev.
- Enter your Personal Access Token in the API Key field.
- Click Save.
Keep your credentials secure
Keep your credentials secure
Never share or commit your Personal Access Token to version control. Because the token inherits the full privileges of the dev user who created it, treat it with the same care as that user's password.