
Developer API
A REST API for automating client portals at scale. Create accounts, manage portal users, send requests, browse files, and manage tasks — all from your own tools.
API and Zapier access are included on every paid Sydnee plan.
# 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"
}Documentation
Full schemas, live examples, and a no-code path — everything you need to evaluate and build an integration.
Machine-readable contract generated from the API schemas. Use it to generate clients, validate requests, or load into an OpenAPI-compatible tool.
View spec →
Explore request and response schemas, examples, and curl snippets in the browser. Use your Sydnee API key when testing authenticated endpoints.
Open API docs →
No-code option
Use supported Sydnee actions in Zapier to provision accounts or portal users, send a request from a template, or add a task template to an account. Generate an API key under Settings → Company Settings → API to connect.
View Sydnee on Zapier →Check the current OpenAPI specification before shipping an integration against the REST API.
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