Support
Last updated
Last updated
This API retrieves a list of vendor support ticket categories based on the provided query parameters.
Limit number of records.
Pagination offset.
Search keyword.
Filter by parent category ID.
Filter by status.
Bearer token is required.
Retrieves a list of vendor support tickets based on query parameters.
Limit the number of results.
Number of items to skip.
Keyword to search tickets.
Flag to return only the count of tickets.
Bearer token for authentication.
Retrieves the details of a specific vendor support ticket by ID.
The ID of the vendor support ticket.
Bearer token for authentication.
Allows vendors to create a support ticket with optional attachments.
Bearer token is required.
Updates the status of a specific vendor support ticket by ID.
The ID of the vendor support ticket.
Bearer token for authentication.
New status for the ticket (e.g., open, closed, resolved).