/portal/tickets
List tickets
Returns the authenticated contact's tickets. Contacts with the ViewAllTickets permission see every ticket belonging to their company.
Query parameters
| Field | Type |
|---|---|
page
|
integer |
pageSize
|
integer |
status
|
string |
openOnly
|
boolean |
search
|
string |
Responses
PortalTicketListResponse
| Field | Type |
|---|---|
items
|
PortalTicketSummary[] · nullable |
page
|
integer |
pageSize
|
integer |
seesAllCompanyTickets
|
boolean |
totalCount
|
integer |
-
Retry-After— Seconds to wait before retrying.
Standard errors:
401
403
Errors
Examples
curl "https://api.erp.fluit.cloud/ecom/portal/tickets" \
-H "Authorization: Bearer $SESSION_TOKEN" \
-H "X-Tenant-Id: $FLUIT_TENANT_ID" \
-H "X-Channel: web"
{
"items": [
{
"attachmentCount": 42,
"commentCount": 42,
"createdDate": "2026-06-11T09:24:13.418",
"id": "0f8b2c1e-4d3a-4b7e-9f10-2a6c5d8e1b44",
"lastActivityAt": "2026-06-11T09:24:13.418",
"priority": "string",
"reportedByContactName": "Anna Svensson",
"status": "string",
"ticketNumber": "TIC-2026-0104",
"title": "string",
"type": "string"
}
],
"page": 1,
"pageSize": 50,
"seesAllCompanyTickets": true,
"totalCount": 137
}
Base URL https://api.erp.fluit.cloud/ecom. The response example is generated from the schema: the shape is right, the values are made up.