Align Public Developer API
Tenant-scoped REST API for the Align client-feedback & PM platform.
Authentication: send your API key as either Authorization: Bearer <key> or X-API-Key: <key>.
Rate limit: 600 requests / minute per key (sliding window). 429 responses include Retry-After and X-RateLimit-* headers.
Pagination: list endpoints accept page and pageSize (max 100) and respond with { data, page, pageSize, total }.
Idempotency: POST endpoints accept an optional Idempotency-Key header (24 h cache).
Versioning: only additive changes within v1. Breaking changes ship under /api/v2.
Key minting: organization administrators can mint either organization-scoped or project-scoped keys from /admin/developer. Members with the developer, tech_lead, devops_engineer, or manager role can mint project-scoped keys only for projects they belong to. Project-scoped keys are restricted to /projects/{scopedProjectId}/... paths plus /me.
Authentication
Pass your API key as Authorization: Bearer <key>.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Contact
Align Developer Support: