API ReferenceProjectsGet_projects
Get All Projects
Retrieves a list of all projects associated with a specific organization. **Authentication:** - Requires API key in `key` header - Requires HMAC SHA256 signature in `hash-signature` header
Get Project GET
Retrieves detailed information about a specific project by its unique identifier. **Authentication:** - Requires API key in `key` header - Requires HMAC SHA256 signature in `hash-signature` header
Update Project PUT
Updates the configuration and settings of an existing project. **Authentication:** - Requires API key in `key` - Requires HMAC SHA256 signature of the body in `hash-signature`