
Developer API
A REST API for automating client portals at scale. Create accounts, manage users, send requests, and browse files — all from your own tools.
# Create a new client portal account
curl -X POST https://public-api.sydnee.app/v1/accounts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"accountName": "Acme Corporation"}'
# 201 Created
{
"id": "c5588dd",
"name": "Acme Corporation",
"slug": "acme-corporation",
"createdAt": "2026-05-14T16:00:00.000Z"
}Use Cases
Automate the repetitive work of provisioning, onboarding, and collecting from clients.
Provision new client portals from your CRM on signup. Archive them automatically when an engagement ends.
Keep client and team access in sync with your HRIS, CRM, or onboarding tool.
Standardize onboarding across clients by applying a task template the moment a new account is created.
Retrieve file libraries, version history, and comment threads for review and reporting workflows.
Automate client intake by sending requests directly from your CRM or campaign management tool.
Endpoints
Five resource groups covering accounts, users, task templates, onboarding requests, and files. More coming soon!
Create, list, get, and archive client portal accounts.
/v1/accounts/v1/accounts/v1/accounts/:id/v1/accounts/:idView, add, and remove portal users from an account.
/v1/accounts/:id/users/v1/accounts/:id/users/v1/accounts/:id/user/:userIdList your task templates and apply them to any account.
/v1/task-templates/v1/accounts/:id/task-templates/:templateIdList your request templates and send them to any portal user.
/v1/request-templates/v1/accounts/:id/user/:userId/requests/:templateIdBrowse folders, retrieve file metadata, version history, comments, and download URLs.
/v1/accounts/:id/files/v1/accounts/:id/folders/:folderId/files/v1/accounts/:id/files/:fileId/v1/accounts/:id/files/:fileId/download/v1/accounts/:id/files/:fileId/versions/v1/accounts/:id/files/:fileId/commentsDocumentation
Full schemas, request examples, error models, and pagination details.
Machine-readable spec generated from the production server. Use it to generate clients, validate requests, or explore the API in any OpenAPI-compatible tool.
View spec →
Interactive request examples for every endpoint. Browse response shapes, try requests in Postman, and copy curl commands directly.
Open in Postman →
If there is ever a discrepancy between the Postman docs and the OpenAPI spec, the OpenAPI spec is the source of truth.
No-code option
With Zapier, you get the same building blocks as the REST API — without writing a line of code. Connect Sydnee to thousands of apps and automate client portal workflows in minutes.
You'll need a Sydnee API key to connect. Generate one under Settings → Company Settings → API.
View Sydnee on Zapier →FAQ
API access is available on all paid Sydnee plans.
Need to know which plan is right for you? Compare plans →


Discover other powerful tools included in Sydnee Client Portals