Larry Technology



Developer API

Base URL: https://larrytechnology.com/api/v1
Auth: Authorization: Bearer <token> — create a token from your Developer dashboard.

Honesty note: every endpoint below is real and live. A few named endpoints (marked Pending) return a 501 explaining exactly what upstream integration is missing (live payment gateway, mail provider) — they are not faked. The scopes shown per section are genuinely enforced — a token without the required scope gets a real 403, not a silently-ignored check.

Account

GET/me

Your account info and the current token's scopes/environment.

{"data":{"id":1,"name":"Ada","email":"[email protected]","token":{"name":"My Integration","abilities":["orders:read"],"environment":"live"}}}

Orders — requires orders:read

GET/orders

Your digital-product orders (templates/plugins/sections/scripts).

GET/orders/{id}

A single order with its line items.

PendingGET /invoices

Live payment/invoice status needs real payment-gateway keys — orders are confirmed manually today, see order status above.

Support Tickets — requires support:read / support:write

GET/support-tickets

Your tickets.

GET/support-tickets/{id}

A ticket with its replies.

POST/support-tickets

Open a new ticket. Body: {"subject","message","priority"}

POST/support-tickets/{id}/reply

Reply to your own ticket. Body: {"message"}

Webhooks — requires webhooks:manage

GET/webhook-endpoints

Your registered endpoints.

POST/webhook-endpoints

Register a new one. Body: {"url","events":[...]}

DELETE/webhook-endpoints/{id}

Remove one.

Available events today:

order.created, order.confirmed, order.delivered, order.cancelled

Wired into checkout and order admin actions. support_ticket.* events are reserved in the schema but not fired yet.

Every delivery is POSTed with an X-LT-Signature header — HMAC-SHA256 of the JSON body, keyed with your endpoint's secret.

Roadmap, in order: CLI tool and language SDKs are planned once the API itself has real production traffic; an AI connector (MCP-style) after that. None of these exist yet — this page will link to them the day they do, not before.
LAI
Larry Technology Assistant

What can I help with?

I'm LAI. Ask about our products, your orders, or your account — I'll do my best to help.

or explore
You're offline — messages will fail to send until your connection is back.