Support
Last updated
Last updated
This API retrieves a list of customer support ticket categories based on the provided query parameters.
Limit for pagination
Offset for pagination
Search keyword to filter categories
Parent Category ID to filter
Status of the category (e.g., active, inactive)
This API retrieves a list of customer support tickets based on the provided query parameters.
Limit for the number of tickets to retrieve.
10
Offset for pagination.
0
Keyword to search tickets.
refund
A flag to specify if the count of tickets should be returned.
1
Authorization token (Bearer)
Bearer <token>
This API retrieves the details of a specific customer support ticket based on the provided ticket ID.
The ID of the customer support ticket.
1
Authorization token (Bearer)
Bearer <token>
This API updates the status of a specific customer support ticket based on the provided ticket ID.
The status of the ticket (e.g., open, closed, resolved, etc.).
2
The ID of the customer support ticket.
1
Authorization token (Bearer)
Bearer <token>
This API allows customers to create a support ticket by submitting a category, sub-category, ticket details, message, and optional attachments.
Authorization token (Bearer)
Bearer <token>
Category ID
Sub Category ID
Ticket ID (optional)
Subject of the ticket
Description of the issue
Message body for the ticket