Support
This API retrieves a list of support tickets based on the provided query parameters.
Limit the number of results.
10The offset from where to start the results.
0Search keyword for filtering tickets.
refundFlag to count the number of tickets matching the query.
trueBearer token for authentication.
Successfully retrieved the support tickets
Failed to retrieve support tickets
This API retrieves details of a specific support ticket based on the provided ticket ID.
Ticket ID
123Bearer token for authentication.
Successfully retrieved the ticket details
Failed to retrieve ticket details
This API allows users to add a new message and attachments to an existing support ticket based on the provided ticket ID.
Ticket ID
123Bearer token for authentication.
Can you provide an update on my request?Successfully added message and attachments to the ticket
Failed to add message and attachments to the ticket
This API allows users to update the status of an existing support ticket based on the provided ticket ID.
Ticket ID
123Bearer token for authentication.
1Successfully updated ticket status
Failed to update ticket status
This API retrieves a list of ticket logs based on the provided query parameters.
The number of logs to retrieve.
10The offset for pagination.
0The total count of logs (if you want just the count of records).
0Bearer token for authentication.
Successfully retrieved ticket logs
Failed to retrieve ticket logs
Last updated