Skip to main content
Bigcapital Docs home page
Search...
⌘K
Support
Github
Github
Search...
Navigation
Api keys
Generate a new API key
Guides
API Reference
Community
Blog
Get Started
Introduction
API Reference
Api keys
POST
Generate a new API key
PUT
Revoke an API key
GET
Get all API keys for the current tenant
Items
Inventory Adjustments
Branches
Warehouses
Accounts
Inventory Cost
Sale Invoices
Pdf Templates
Tax Rates
Payments Received
Import
resources
Payment Links
stripe
Item Categories
Expenses
Warehouse Transfers
Customers
Vendors
Sale Estimates
Sale Receipts
Bills
Landed Cost
Manual Journals
Credit Notes
Credit Note Refunds
Credit Notes Apply Invoice
Vendor Credits
Vendor Credits Apply Bills
Bill Payments
Vendor Credits Refunds
Bank Accounts
Banking Plaid
banking-plaid
Banking Categorization
Banking Transactions
Banking Uncategorized Transactions
Banking Pending Transactions
Bank Rules
Banking Recognized Transactions
Banking Transactions Matching
Transactions Locking
Settings
Reports
Dashboard
Roles
Subscriptions
Organization
Payment Services
Attachments
Export
Views
Currencies
misc
Users
Contacts
201
Copy
{
"id"
:
1
,
"key"
:
"bc_1234567890abcdef"
}
Api keys
Generate a new API key
POST
/
api
/
api-keys
/
generate
Try it
201
Copy
{
"id"
:
1
,
"key"
:
"bc_1234567890abcdef"
}
Headers
Authorization
string
required
Example:
organization-id
string
required
Body
application/json
name
string
Example:
Response
201 - application/json
id
number
required
Example:
key
string
required
Example:
Introduction
Revoke an API key
⌘I