Endpoints
| Method | Path | Description |
|---|---|---|
GET | /v1/clients | List all clients |
POST | /v1/clients | Create a client |
GET | /v1/clients/:id | Get a client |
PATCH | /v1/clients/:id | Update a client |
POST | /v1/clients/:id/invite | Send portal invite |
GET | /v1/clients/:id/projects | List client’s projects |
GET | /v1/clients/:id/invoices | List client’s invoices |
List Clients
Create a Client
name, email
Response: 201 Created