Tickets API
GET/api/v1/tickets/from-asset
Product availabilityAlgaPSA

Create ticket from asset (POST only)

This path creates a ticket from an asset via POST. GET is not supported and returns 405 Method Not Allowed.

RBAC · ticket

Response body

Success response 401 · schema WorkV1ApiError

errorobjectRequired
codestringRequired
messagestringRequired
detailsany

Response codes

401
API key missing/invalid.
405
Method not allowed; use POST to create a ticket from an asset.