List Projects
Parameters
Request
Response
Fields
Task Types
Project Statuses
Clone Project from Template
pending-approval status.
Requires
IsCustomer or IsStaff permission. Coworker accounts cannot clone projects.Request Body
Request
Response
Approve Project
Requirements
- Plan: Your organization must be on the PRO or ENTERPRISE plan. BASIC plan organizations receive a
403error. - Scope: API keys must include the
projects.writescope. - Ownership: You must own the project (or be staff).
- Status: The project must be in
pending-approvalstatus.
Parameters
Request
Response
Error Responses
Pause / Resume / Cancel / Archive Project
Pause, resume, cancel, and archive do not require specific API key scopes. Only the
approve action requires the projects.write scope.Request
Response
Returns the updated project object (same shape as the approve response).Error Responses
Not Found (404)
Permission Denied (403)
Unauthorized (401)
X-Avala-Api-Key header is missing or contains an invalid key.