Close Support Ticket

Close Support Ticket API endpoint for Sweeppea. POST /support/tickets/{id}/close. Complete documentation with code examples in cURL, JavaScript, and Python.

POST /api/v3/support/tickets/{id}/close

Description

This endpoint allows you to close support ticket. Use this to manage your help & support data programmatically through the Sweeppea API.

Code Examples

curl -X POST "https://api-v3.sweeppea.com/support/tickets/{id}/close" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "key": "value", "name": "example" }'

Response

200 OK

{ "success": true, "data": {}, "message": "Operation completed successfully" }