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/v1

Authentication

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 clients
  • POST /clients — create a client
  • GET /bookings — list bookings
  • POST /invoices — create an invoice
  • POST /messages — send a client message

Full reference and language SDKs are in private beta. Request access.