API Reference Overview
Complete API endpoint reference.
API Reference Overview
This documentation is currently being developed. Auto-generated reference coming soon.
Endpoints
| Resource | Endpoint | Description |
|---|---|---|
| Transactions | /transactions | Transaction data |
| Entities | /entities | Entity data |
| Organizations | /organizations | Organization management |
| Users | /users | User management |
Interactive Documentation
For the most up-to-date API reference with try-it-out functionality:
https://app.suiteportal.io/api/docsCommon Parameters
Pagination
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number (1-based) |
pageSize | integer | Items per page (max 100) |
Filtering
| Parameter | Type | Description |
|---|---|---|
dateFrom | string | Filter by start date |
dateTo | string | Filter by end date |
status | string | Filter by status |
Response Format
All responses follow this structure:
{
"data": [...],
"meta": {
"total": 100,
"page": 1,
"pageSize": 20,
"totalPages": 5
}
}