Firm API
Pennylane offers a firm API for the need of accounting firms and softwares that work with accounting firms.
Here is the API Reference.
Access to the firm API
It is accessible through a Firm token, that is available in the settings of your accounting firm, vs the Company API that is accessible through a Company token, available in the settings of a company.
Generating a Firm API token
Pennylane’s Firm API uses bearer tokens to authenticate requests. You can view and manage your token in the Pennylane firm dashboard.
About Firm tokens
A token can only be linked to one firm. But a firm can be associated to several tokens and each token can grant access to different API scopes.
As a consequence, you’ll need to create several tokens if:
- You want to grant different levels of access to different users for the same firm. You’ll then need to create a new token every time you want to grand access to a new combination of scopes.
- You’re using the Firm API with several firms of yours. You’ll then need to create one token per firm, at least.
Generate your Firm token
To generate your Firm API token:
- Log into your Pennylane firm account.
- Navigate to Firm settings > Firm Tokens.
- Click Generate an API Token.
- Give the token a name and select the scopes you want the token to give access to as well as its expiration date.
- Click Generate token.
- Copy your token and save it somewhere safe. For security purposes, tokens aren’t stored on your Pennylane workspace, so this is your only chance to copy yours.
- Check the box confirming that you have saved your Firm API token elsewhere and click Continue.
From there, you can either:
- Generate another token for the same firm.
- See existing tokens: name, scopes, creation date and creator.
- Delete existing tokens.
Updated about 1 month ago