v1 · Stable
API Documentation
Typed, versioned, signed. Everything you need to integrate.
Endpoints
REST reference
GET
/api/v1/ticketsList tickets with cursor pagination.
POST
/api/v1/ticketsCreate a new ticket.
GET
/api/v1/tickets/:idRetrieve a single ticket.
PATCH
/api/v1/tickets/:idUpdate ticket status, severity, or assignee.
POST
/api/v1/tickets/:id/commentsAdd a comment to a ticket.
GET
/api/v1/invoicesList invoices for the authenticated tenant.
GET
/api/v1/licensesList active licenses and seats.
POST
/api/v1/webhooksRegister a signed webhook endpoint.
GET
/api/v1/statusLive health and uptime metrics.
POST
/api/v1/automation/runsTrigger an automation run.
Example
Authentication
curl https://api.impleway.com/api/v1/tickets \
-H "Authorization: Bearer $IMPLEWAY_TOKEN" \
-H "X-Impleway-Version: 2026-07-01"
# Signed webhooks — verify with HMAC-SHA256
# Payload signature is delivered in X-Impleway-Signature