Overview
Build integrations and automate FortyOne with the public API.
Use the Developer API when work needs to move between FortyOne and another
system. The API is versioned under /api/v1, uses scoped credentials, and is
described by the same OpenAPI contract used to generate this reference.
Start with the quickstart
Prepare a credential and make a request without copying a long example.
Browse the API reference
See the exact operations, parameters, schemas, and responses.
Listen for changes
Receive signed events instead of polling for updates.
Use a typed client
Generate a client from the OpenAPI contract or use an SDK preview.
Choose the right guide
| If you need to… | Read… |
|---|---|
| authenticate a personal script | Authentication |
| limit what a credential can do | Scopes and access |
| retry a write safely | Idempotent writes |
| handle lists, failures, and throttling | API conventions |
| run workspace-owned automation | Service accounts |
Reference is the source of truth
Use the generated API reference for endpoint paths, fields, and response schemas. The guides explain decisions and safe operating patterns without duplicating every endpoint.