Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create support capture finalize

POST/support/capture/finalize
Header parameters
x-pile-capture-tokenstringrequired
Responses
200Capture finalized
ticketIdstringrequired
shareUrlstring
401Invalid or expired token
Try it
Server
Parameters
Request
curl -X POST "/support/capture/finalize" \
  -H "x-pile-capture-token: string"
Response
{
  "ticketId": "string",
  "shareUrl": "string"
}