Zyneo Accounts
Hosted login, users, sessions, organizations, and transactional auth email for any company — with a per-project API for external backends.
Quick path
- Create a project and copy its API key + secret.
-
Call the API at
https://accounts.zyneo.app/v1with both credentials in headers. -
Verify connectivity with
GET /v1/health, then identify your project withGET /v1/projects/me.
Status: this deployment serves the health and project identification endpoints plus developer documentation. Auth flows (login, magic link, sessions) ship in the next slice.
Documentation
| Page | Use it to |
|---|---|
| Quickstart | Make your first authenticated call in three commands. |
| Authentication | Send the right headers and read error responses. |
| API keys | Understand key vs secret, test vs live, and safe storage. |
Next step
Start with the Quickstart.