API ReferenceProjectsGet_project
Get Project
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
Create Project POST
Creates a new project within a specified organization. **Authentication:** - Requires organization-level API key in `key` - Requires HMAC SHA256 signature of request body in `hash-signature`
Get All Projects GET
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