API
Build on top of TRYSA.
A clean REST API for clients, bookings, invoices and more. Rolling out to Team plans.
Base URL
https://api.trysa.app/v1Authentication
All requests require a bearer token generated from your workspace settings.
curl https://api.trysa.app/v1/clients \
-H "Authorization: Bearer $TRYSA_API_KEY"Endpoints
GET /clients— list clientsPOST /clients— create a clientGET /bookings— list bookingsPOST /invoices— create an invoicePOST /messages— send a client message
Full reference and language SDKs are in private beta. Request access.
