Impleway
v1 · Stable

API Documentation

Typed, versioned, signed. Everything you need to integrate.

Endpoints

REST reference

GET
/api/v1/tickets
List tickets with cursor pagination.
POST
/api/v1/tickets
Create a new ticket.
GET
/api/v1/tickets/:id
Retrieve a single ticket.
PATCH
/api/v1/tickets/:id
Update ticket status, severity, or assignee.
POST
/api/v1/tickets/:id/comments
Add a comment to a ticket.
GET
/api/v1/invoices
List invoices for the authenticated tenant.
GET
/api/v1/licenses
List active licenses and seats.
POST
/api/v1/webhooks
Register a signed webhook endpoint.
GET
/api/v1/status
Live health and uptime metrics.
POST
/api/v1/automation/runs
Trigger 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