API Reference
The Covered API is organized around REST principles. It uses standard HTTP methods, returns JSON responses, and uses standard HTTP status codes.Base URL
Authentication
All API requests require a valid API key passed in theAuthorization header:
Request format
ForPOST and PATCH requests, send a JSON body with the Content-Type: application/json header:
Response format
Success responses
Successful responses return a JSON object with adata field:
meta field with pagination info:
Error responses
Error responses return a JSON object with anerror field:
Pagination
List endpoints support pagination via query parameters:| Parameter | Default | Max | Description |
|---|---|---|---|
page | 1 | - | Page number |
limit | 50 | 100 | Items per page |
Filtering
Many list endpoints support filtering via query parameters. See individual endpoint documentation for available filters.Resources
Payables
Manage vendor bills and payments
Receivables
Manage customer invoices
Vendors
Manage vendor directory
Customers
Manage customer directory
Treasury
View balance and transactions
Webhooks
Manage webhook endpoints
