Project Access
Endpoints for checking your permissions to a given project.
Check Project Permission
Checks if the current user has a specific permission on a project. Returns a boolean indicating whether the permission is granted.
Bulk Check Project Permissions
Checks multiple permissions across multiple projects in a single request. Accepts a mapping of project IDs to lists of permissions, and returns a mapping of project IDs to lists of booleans. Useful for UI components that need to check many permissions at once.